aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-02-20 18:29:04 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-02-21 12:15:38 +0100
commit9a0b80fa466e76e8d0a0fe0065186a3076b029ba (patch)
tree5a64d97e4f6a23c8fda6419d9d4d5795e789933f /recipes/xorg-lib
parentb3fbdbad1f8de629f25a2c109fe65858a86a9a54 (diff)
downloadopenembedded-9a0b80fa466e76e8d0a0fe0065186a3076b029ba.tar.gz
pixman: disable gtk, to break circular dependency gtk+->cairo->pixman->gtk+ and also libtool issue
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib')
-rw-r--r--recipes/xorg-lib/pixman_0.17.6.bb4
1 files changed, 3 insertions, 1 deletions
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"