diff options
Diffstat (limited to 'conf/distro/include')
-rw-r--r-- | conf/distro/include/slugos.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index 0e58afd243..fdbeb2d04c 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -158,6 +158,9 @@ 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 + # Stick with an older gettext and e2fsprogs stuff # and gnutls... (our autotools is too old at the moment) PREFERRED_VERSION_gnutls ?= "1.6.3" |