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:
4af9251
)
gtk+-native: Added missing DEPENDS, don't build print backend that would require...
author
Stanislav Brabec
<utx@penguin.cz>
Wed, 10 Feb 2010 23:27:26 +0000
(23:27 +0000)
committer
utx@penguin.cz
<utx@penguin.cz>
Wed, 10 Feb 2010 23:27:26 +0000
(23:27 +0000)
recipes/gtk+/gtk+-native_2.12.11.bb
patch
|
blob
|
history
diff --git
a/recipes/gtk+/gtk+-native_2.12.11.bb
b/recipes/gtk+/gtk+-native_2.12.11.bb
index
812c354
..
a53dcde
100644
(file)
--- a/
recipes/gtk+/gtk+-native_2.12.11.bb
+++ b/
recipes/gtk+/gtk+-native_2.12.11.bb
@@
-3,12
+3,12
@@
require gtk+_2.12.11.bb
inherit native
-DEPENDS += "atk-native pango-native cairo-native"
+DEPENDS += "atk-native pango-native cairo-native
libx11-native libxext-native libxrender-native
"
PROVIDES = "gtk+-native"
-EXTRA_OECONF += "--without-libtiff --disable-modules"
+EXTRA_OECONF += "--without-libtiff --disable-modules
--disable-cups
"
-PR = "r
2
"
+PR = "r
3
"
do_install_append() {