From: Mike Westerhof Date: Tue, 7 Oct 2008 03:58:55 +0000 (+0000) Subject: slugos.inc: set PREFERRED_VERSION for pango and glib-2.0 X-Git-Tag: Release-2010-05/1~5861^2~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=281aae5cfefa90b89da1ab7692fd6f5807e99d74;p=openembedded.git slugos.inc: set PREFERRED_VERSION for pango and glib-2.0 (the default pango does not like the older glib) --- diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index 4df461910c..71d5fd7b3c 100644 --- 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+"