qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] fix building failure with pixman
@ 2014-09-15  3:41 Hu Tao
  2014-09-15  3:41 ` [Qemu-devel] [PATCH v2 1/2] pixman: update internal copy to pixman-0.32.6 Hu Tao
  2014-09-15  3:41 ` [Qemu-devel] [PATCH v2 2/2] configure: check for pixman-1 version Hu Tao
  0 siblings, 2 replies; 4+ messages in thread
From: Hu Tao @ 2014-09-15  3:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Gerd Hoffmann, Andreas Gustafsson

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-15  6:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-15  3:41 [Qemu-devel] [PATCH v2 0/2] fix building failure with pixman Hu Tao
2014-09-15  3:41 ` [Qemu-devel] [PATCH v2 1/2] pixman: update internal copy to pixman-0.32.6 Hu Tao
2014-09-15  6:12   ` Gerd Hoffmann
2014-09-15  3:41 ` [Qemu-devel] [PATCH v2 2/2] configure: check for pixman-1 version Hu Tao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).