From 9a0b80fa466e76e8d0a0fe0065186a3076b029ba Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 20 Feb 2010 18:29:04 +0100 Subject: [PATCH] pixman: disable gtk, to break circular dependency gtk+->cairo->pixman->gtk+ and also libtool issue Signed-off-by: Martin Jansa --- recipes/xorg-lib/pixman_0.17.6.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/xorg-lib/pixman_0.17.6.bb b/recipes/xorg-lib/pixman_0.17.6.bb index ff3c0692b0..01febb81dd 100644 --- a/recipes/xorg-lib/pixman_0.17.6.bb +++ b/recipes/xorg-lib/pixman_0.17.6.bb @@ -6,6 +6,8 @@ LICENSE = "X11" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_shr = "1" +PR = "r1" + BBCLASSEXTEND="native" SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz;name=archive \ @@ -24,7 +26,7 @@ inherit autotools_stage NEON = " --disable-arm-neon " NEON_armv7a = "" -EXTRA_OECONF = "${NEON}" +EXTRA_OECONF = "${NEON} --disable-gtk" AUTOTOOLS_STAGE_PKGCONFIG = "1" -- 2.39.5