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