diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-02-26 10:50:15 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2011-03-01 11:46:47 +0000 |
commit | e3eb58b2870a4aab5a350615244007f43cf33f04 (patch) | |
tree | e3104ea425387fce938f150695490c45a428e5f1 /meta/recipes-extended/tasks | |
parent | 9e4c65ef707098474c7b7a70db1baf928dfbd373 (diff) | |
download | openembedded-core-e3eb58b2870a4aab5a350615244007f43cf33f04.tar.gz openembedded-core-e3eb58b2870a4aab5a350615244007f43cf33f04.tar.bz2 openembedded-core-e3eb58b2870a4aab5a350615244007f43cf33f04.zip |
task-poky-lsb: libqtopenqgl4 should be for qemux86 and atom-pc only
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/tasks')
-rw-r--r-- | meta/recipes-extended/tasks/task-poky-lsb.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-extended/tasks/task-poky-lsb.bb b/meta/recipes-extended/tasks/task-poky-lsb.bb index 5120764288..ab640bd122 100644 --- a/meta/recipes-extended/tasks/task-poky-lsb.bb +++ b/meta/recipes-extended/tasks/task-poky-lsb.bb @@ -149,7 +149,6 @@ RDEPENDS_task-poky-lsb-graphic-add = "\ libqtsvg4 \ libqtxml4 \ libqtnetwork4 \ - libqtopengl4 \ libxt \ libxxf86vm \ libdrm \ @@ -159,6 +158,13 @@ RDEPENDS_task-poky-lsb-graphic-add = "\ qt4-plugin-sqldriver-sqlite \ " +RDEPENDS_task-poky-lsb-graphic-add_qemux86 = "\ + libqtopengl4 \ +" +RDEPENDS_task-poky-lsb-graphic-add_atom-pc = "\ + libqtopengl4 \ +" + # mesa-dri RDEPENDS_task-poky-lsb-runtime-add = "\ |