diff options
author | Mike Westerhof <mwester@dls.net> | 2008-12-17 21:33:34 -0600 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2008-12-17 21:33:34 -0600 |
commit | bb14b3fada870ac755ef7f936ea5cf371bcf4768 (patch) | |
tree | 7b1197c82c9ee010df2cebcaedc0cf20d4c4c78f | |
parent | f9a2cbbdb65b6fbef7ff8d69e2c979ed5a976781 (diff) |
SlugOS: distro/include/slugos.inc - PREFERRED_VERSION of udev to 118
-rw-r--r-- | conf/distro/include/slugos.inc | 9 |
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) |