diff options
author | Koen Kooi <koen@openembedded.org> | 2009-08-16 16:12:14 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-16 16:12:14 +0200 |
commit | b09a45be78fb144bd632b89703efd9d163e86900 (patch) | |
tree | fcd137d3e912fd92f3e90db18b821d8e72c6a5dc /conf/distro/angstrom-2008.1.conf | |
parent | 97aee9aeb0da17f7c3a3c31acf5f8ddd227bd3e2 (diff) |
angstrom: add preferred provider for qt4
* bitbake had the following to say:
NOTE: multiple providers are available for qt4x11 (qt4-x11-free-gles, qt4-x11-free);
NOTE: consider defining PREFERRED_PROVIDER_qt4x11
Which seems to give a fairly obvious way to fix it, so let's actually do so.
* I wish OE had something like PROVIDER_PREFERENCE = "1" to do this sort of stuff globally, but OTOH it really is a distro decision
Diffstat (limited to 'conf/distro/angstrom-2008.1.conf')
-rw-r--r-- | conf/distro/angstrom-2008.1.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index 8ae78b7148..93fbddf5e3 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -182,6 +182,9 @@ PREFERRED_PROVIDER_gdk-pixbuf-loader-wbmp ?= "gtk+" PREFERRED_PROVIDER_gdk-pixbuf-loader-xbm ?= "gtk+" PREFERRED_PROVIDER_gdk-pixbuf-loader-xpm ?= "gtk+" +# QT stuff: +# There are several flavours of qt4x11 in OE, so lets pick one that is buildable for everyone +PREFERRED_PROVIDER_qt4x11 ?= "qt4-x11-free" #Silence a warning during parsing PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap" |