diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-03-06 16:28:56 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:59:32 -0700 |
commit | a6e4257e28b1f62c71d0dc1107ac7245bf239512 (patch) | |
tree | fe9c326a2fe5e1b2261c41ffabeb62b1a98e5ac4 | |
parent | f424de3d6ec7acafb757031016fea53d1168688b (diff) | |
download | meta-openembedded-a6e4257e28b1f62c71d0dc1107ac7245bf239512.tar.gz |
fltk: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/fltk/fltk.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/fltk/fltk.bb b/meta-oe/recipes-support/fltk/fltk.bb index 6a3d1c9f93..0d3653befe 100644 --- a/meta-oe/recipes-support/fltk/fltk.bb +++ b/meta-oe/recipes-support/fltk/fltk.bb | |||
@@ -2,7 +2,8 @@ require ${BPN}.inc | |||
2 | 2 | ||
3 | DEPENDS = "alsa-lib zlib jpeg libpng libxext libxft" | 3 | DEPENDS = "alsa-lib zlib jpeg libpng libxext libxft" |
4 | 4 | ||
5 | inherit binconfig lib_package gtk-icon-cache mime | 5 | inherit distro_features_check binconfig lib_package gtk-icon-cache mime |
6 | REQUIRED_DISTRO_FEATURES = "x11" | ||
6 | 7 | ||
7 | SRC_URI += "file://0003-CMake-build-Force-shared-libs-with-unsuffixed-names.patch" | 8 | SRC_URI += "file://0003-CMake-build-Force-shared-libs-with-unsuffixed-names.patch" |
8 | 9 | ||