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:
f77e43d
)
slugos.inc: set PREFERRED_VERSION for pango and glib-2.0
author
Mike Westerhof
<mwester@dls.net>
Tue, 7 Oct 2008 03:58:55 +0000
(
03:58
+0000)
committer
Mike Westerhof
<mwester@dls.net>
Tue, 7 Oct 2008 03:58:55 +0000
(
03:58
+0000)
(the default pango does not like the older glib)
conf/distro/include/slugos.inc
patch
|
blob
|
history
diff --git
a/conf/distro/include/slugos.inc
b/conf/distro/include/slugos.inc
index
4df4619
..
71d5fd7
100644
(file)
--- a/
conf/distro/include/slugos.inc
+++ b/
conf/distro/include/slugos.inc
@@
-152,6
+152,11
@@
IGNORE_STRIP_ERRORS = ""
PREFERRED_VERSION_linux-libc-headers ?= "2.6.20"
+# New pango and older glib-2.0 versions don't mix,
+# so specify exactly what we would like to build.
+PREFERRED_VERSION_pango ?= 1.20.5
+PREFERRED_VERSION_glib-2.0 ?= 2.16.1
+
# we don't ship gtk-directfb by default
PREFERRED_PROVIDER_gtk+ ?= "gtk+"
PREFERRED_PROVIDER_gdk-pixbuf-loader-ani ?= "gtk+"