qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/2] fix building failure with pixman


From: Hu Tao
Subject: [Qemu-devel] [PATCH v2 0/2] fix building failure with pixman
Date: Mon, 15 Sep 2014 11:41:08 +0800

commit a93a3af9 introduces use of PIXMAN_TYPE_RGBA, but it's only available
in pixman >= 0.21.8. If pixman doesn't meet the version requirement, qemu
will fail to build with following message:

qemu/ui/qemu-pixman.c: In function ‘qemu_pixelformat_from_pixman’:
qemu/ui/qemu-pixman.c:42: error: ‘PIXMAN_TYPE_RGBA’ undeclared (first use in 
this function)
qemu/ui/qemu-pixman.c:42: error: (Each undeclared identifier is reported only 
once
qemu/ui/qemu-pixman.c:42: error: for each function it appears in.)

This series fixes this problem, also bumps pixman to pixman-0.32.6.

changes to v1:
  - bump pixman to pixman-0.32.6

Hu Tao (2):
  pixman: update internal copy to pixman-0.32.6
  configure: check for pixman-1 version

 configure | 5 +++--
 pixman    | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

-- 
1.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]