From: Hu Tao <hutao@cn.fujitsu.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
Gerd Hoffmann <kraxel@redhat.com>,
Andreas Gustafsson <gson@gson.org>
Subject: [Qemu-devel] [PATCH v2 0/2] fix building failure with pixman
Date: Mon, 15 Sep 2014 11:41:08 +0800 [thread overview]
Message-ID: <cover.1410751970.git.hutao@cn.fujitsu.com> (raw)
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
next reply other threads:[~2014-09-15 3:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-15 3:41 Hu Tao [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1410751970.git.hutao@cn.fujitsu.com \
--to=hutao@cn.fujitsu.com \
--cc=gson@gson.org \
--cc=kraxel@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).