aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/slugos.inc
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2008-12-17 21:33:34 -0600
committerMike Westerhof <mwester@dls.net>2008-12-17 21:33:34 -0600
commitbb14b3fada870ac755ef7f936ea5cf371bcf4768 (patch)
tree7b1197c82c9ee010df2cebcaedc0cf20d4c4c78f /conf/distro/include/slugos.inc
parentf9a2cbbdb65b6fbef7ff8d69e2c979ed5a976781 (diff)
downloadopenembedded-bb14b3fada870ac755ef7f936ea5cf371bcf4768.tar.gz
SlugOS: distro/include/slugos.inc - PREFERRED_VERSION of udev to 118
Diffstat (limited to 'conf/distro/include/slugos.inc')
-rw-r--r--conf/distro/include/slugos.inc9
1 files changed, 4 insertions, 5 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index 17a3d8d091..37778aeb4a 100644
--- a/conf/distro/include/slugos.inc
+++ b/conf/distro/include/slugos.inc
@@ -175,12 +175,11 @@ 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
-PREFERRED_VERSION_cairo ?= 1.4.8
+PREFERRED_VERSION_pango ?= "1.20.5"
+PREFERRED_VERSION_glib-2.0 ?= "2.16.1"
+PREFERRED_VERSION_cairo ?= "1.4.8"
-# Stay with older hal because of udev dependency
-PREFERRED_VERSION_hal ?= 0.5.9
+PREFERRED_VERSION_udev ?= "124"
# Stick with an older gettext and e2fsprogs stuff
# and gnutls... (our autotools is too old at the moment)