summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/fltk
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/fltk')
-rw-r--r--meta-oe/recipes-support/fltk/fltk.bb3
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
3DEPENDS = "alsa-lib zlib jpeg libpng libxext libxft" 3DEPENDS = "alsa-lib zlib jpeg libpng libxext libxft"
4 4
5inherit binconfig lib_package gtk-icon-cache mime 5inherit distro_features_check binconfig lib_package gtk-icon-cache mime
6REQUIRED_DISTRO_FEATURES = "x11"
6 7
7SRC_URI += "file://0003-CMake-build-Force-shared-libs-with-unsuffixed-names.patch" 8SRC_URI += "file://0003-CMake-build-Force-shared-libs-with-unsuffixed-names.patch"
8 9