aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-01-30 12:41:02 +0100
committerKoen Kooi <koen@openembedded.org>2010-01-30 12:41:02 +0100
commite2294a5c28ef0203956f9d9c296d3b1bf020dca7 (patch)
treef2cc28200f6d9af39608dda8e4d929cd869a6a70
parent744a3e0a304e766b69321791b41a2c7284f46f60 (diff)
downloadopenembedded-e2294a5c28ef0203956f9d9c296d3b1bf020dca7.tar.gz
pixman git: disable gtk+ to avoid dependency loops
-rw-r--r--recipes/xorg-lib/pixman_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb
index 0c3008de99..06547d3ddb 100644
--- a/recipes/xorg-lib/pixman_git.bb
+++ b/recipes/xorg-lib/pixman_git.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Low-level pixel manipulation library."
LICENSE = "X11"
PV = "0.17.3"
-PR = "r5"
+PR = "r6"
PR_append = "+gitr${SRCREV}"
BBCLASSEXTEND="native"
@@ -32,7 +32,7 @@ inherit autotools_stage
NEON = " --disable-arm-neon "
NEON_armv7a = ""
-EXTRA_OECONF = "${NEON}"
+EXTRA_OECONF = "${NEON} --disable-gtk"
AUTOTOOLS_STAGE_PKGCONFIG = "1"