From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTNCk-0000OH-FX for qemu-devel@nongnu.org; Sun, 14 Sep 2014 23:44:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTNCe-00020Q-AS for qemu-devel@nongnu.org; Sun, 14 Sep 2014 23:43:54 -0400 Received: from [59.151.112.132] (port=3399 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTNCd-00020G-Vg for qemu-devel@nongnu.org; Sun, 14 Sep 2014 23:43:48 -0400 From: Hu Tao Date: Mon, 15 Sep 2014 11:41:08 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 0/2] fix building failure with pixman List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Gerd Hoffmann , Andreas Gustafsson commit a93a3af9 introduces use of PIXMAN_TYPE_RGBA, but it's only available in pixman >=3D 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 =E2=80=98qemu_pixelformat_from_pixman=E2= =80=99: qemu/ui/qemu-pixman.c:42: error: =E2=80=98PIXMAN_TYPE_RGBA=E2=80=99 undecla= red (first use in this function) qemu/ui/qemu-pixman.c:42: error: (Each undeclared identifier is reported on= ly 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(-) --=20 1.9.3