diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-03-31 14:43:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-31 14:43:38 +0000 |
commit | 48e5e10ff214dd932c4203d31012eaee5776ed78 (patch) | |
tree | 3cdb42e53654a2bb0a03a7c0e038de3b7fcb7b51 /packages/pango | |
parent | 0ca2ab23170e1117d3f0e36d8d38e11aa6bbf683 (diff) |
glib-2.0_2.10.1.bb, pango_1.12.0.bb : lower preference of these until they
play nice with our apps.
Diffstat (limited to 'packages/pango')
-rw-r--r-- | packages/pango/pango_1.12.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/pango/pango_1.12.0.bb b/packages/pango/pango_1.12.0.bb index e06e659b7b..08aa64b6a2 100644 --- a/packages/pango/pango_1.12.0.bb +++ b/packages/pango/pango_1.12.0.bb @@ -15,6 +15,8 @@ SRC_URI = "http://download.gnome.org/sources/pango/1.12/pango-${PV}.tar.bz2 \ inherit autotools pkgconfig +DEFAULT_PREFERENCE="-1" + EXTRA_OECONF = "--disable-glibtest \ --enable-explicit-deps=no \ --disable-debug" |