git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
744a3e0
)
pixman git: disable gtk+ to avoid dependency loops
author
Koen Kooi
<koen@openembedded.org>
Sat, 30 Jan 2010 11:41:02 +0000
(12:41 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 30 Jan 2010 11:41:02 +0000
(12:41 +0100)
recipes/xorg-lib/pixman_git.bb
patch
|
blob
|
history
diff --git
a/recipes/xorg-lib/pixman_git.bb
b/recipes/xorg-lib/pixman_git.bb
index
0c3008d
..
06547d3
100644
(file)
--- 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 = "r
5
"
+PR = "r
6
"
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"