aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"