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/classes/qt4x11.bbclass | |
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/classes/qt4x11.bbclass')
-rw-r--r-- | meta/classes/qt4x11.bbclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/classes/qt4x11.bbclass b/meta/classes/qt4x11.bbclass index b06e15d29e..6f06d34755 100644 --- a/meta/classes/qt4x11.bbclass +++ b/meta/classes/qt4x11.bbclass | |||
@@ -1,7 +1,10 @@ | |||
1 | QT4DEPENDS ?= "qt4-x11 " | 1 | QT4DEPENDS ?= "qt4-x11 " |
2 | DEPENDS_prepend = "${QT4DEPENDS}" | 2 | DEPENDS_prepend = "${QT4DEPENDS}" |
3 | 3 | ||
4 | inherit qmake2 | 4 | # depends on qt4-x11 |
5 | REQUIRED_DISTRO_FEATURES += "x11" | ||
6 | |||
7 | inherit qmake2 distro_features_check | ||
5 | 8 | ||
6 | QT_BASE_NAME = "qt4" | 9 | QT_BASE_NAME = "qt4" |
7 | QT_DIR_NAME = "qt4" | 10 | QT_DIR_NAME = "qt4" |