diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2015-01-22 17:39:46 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-29 15:36:51 +0000 |
| commit | 6e02676d2c9d3d7f7dccf9dbd24825a7de19f602 (patch) | |
| tree | 3d6a71493c671ad389535ef920510f88a6e82364 /meta/recipes-qt | |
| parent | 6618cff5625dc5ab5e07a4bd4ad00b21baaaf5ef (diff) | |
| download | poky-6e02676d2c9d3d7f7dccf9dbd24825a7de19f602.tar.gz | |
recipes-qt: add x11 to required DISTRO_FEATURES
* it's not complete, but recipes depending on virtual/libx11 are easiest
to spot, I've long list of PNBLACKLIST for all recipes which cannot
be built in distro without x11 in DISTRO_FEATURES
(From OE-Core rev: fda535d5b5239b091c79e957f68a45d4eab0ab5d)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt')
| -rw-r--r-- | meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.bb b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.bb index 0e7c800946..772c151d25 100644 --- a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.bb +++ b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.bb | |||
| @@ -4,6 +4,10 @@ QTLIBPREFIX = "" | |||
| 4 | 4 | ||
| 5 | require packagegroup-qt-toolchain-target.inc | 5 | require packagegroup-qt-toolchain-target.inc |
| 6 | 6 | ||
| 7 | inherit distro_features_check | ||
| 8 | # depends on qt4-x11-free | ||
| 9 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 10 | |||
| 7 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS_${PN} += " \ |
| 8 | qt4-x11-free-dev \ | 12 | qt4-x11-free-dev \ |
| 9 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'libqtopengl4-dev', '', d)} \ | 13 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'libqtopengl4-dev', '', d)} \ |
