diff options
-rw-r--r-- | recipes/xorg-lib/pixman_0.17.6.bb | 4 |
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" |