From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTPhc-0003FW-1o for qemu-devel@nongnu.org; Mon, 15 Sep 2014 02:24:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTPhX-00037P-95 for qemu-devel@nongnu.org; Mon, 15 Sep 2014 02:23:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTPhX-00037L-26 for qemu-devel@nongnu.org; Mon, 15 Sep 2014 02:23:51 -0400 From: Gerd Hoffmann Date: Mon, 15 Sep 2014 08:23:04 +0200 Message-Id: <1410762185-23820-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1410762185-23820-1-git-send-email-kraxel@redhat.com> References: <1410762185-23820-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 1/2] pixman: update internal copy to pixman-0.32.6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Hu Tao , Gerd Hoffmann From: Hu Tao commit a93a3af9 introduces use of PIXMAN_TYPE_RGBA, but it's only available in pixman >= 0.21.8. Although commit f27b2e1d bumped pixman to pixman-0.28.2, but the change was reverted later by 7b1b5d19. This patch updates internal copy of pixman to pixman-0.32.6 to fix the problem. Signed-off-by: Hu Tao Signed-off-by: Gerd Hoffmann --- pixman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixman b/pixman index 97336fa..87eea99 160000 --- a/pixman +++ b/pixman @@ -1 +1 @@ -Subproject commit 97336fad32acf802003855cd8bd6477fa49a12e3 +Subproject commit 87eea99e443b389c978cf37efc52788bf03a0ee0 -- 1.8.3.1