diff options
author | Mike Westerhof <mwester@dls.net> | 2008-10-26 22:30:46 -0500 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2008-10-26 22:30:46 -0500 |
commit | c91edd60bd1348f5a0298e1a038478564380c8b3 (patch) | |
tree | 5b0a9f9d823da2660347ad5e790f8ff231f7b4a8 /conf | |
parent | 29d6593ce7b2c793b43bd8709c9a31f89987047a (diff) |
SlugOS: slugos.inc - Set preferred version for cairo as well
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/slugos.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index f3a78f5aba..0e58afd243 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -156,6 +156,7 @@ PREFERRED_VERSION_linux-libc-headers ?= "2.6.20" # 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 # Stick with an older gettext and e2fsprogs stuff # and gnutls... (our autotools is too old at the moment) |