aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-12-23 18:34:42 +0000
committerKhem Raj <raj.khem@gmail.com>2019-12-23 15:03:15 -0800
commit2782709d4dacf77ffeb5885c55c51a0266bc0ddc (patch)
treef238c5195f3715ab01d7f1c204d1d3daa919893c /meta-oe
parentfab032f70de330dc618b9419a42ec90d49253f9b (diff)
downloadmeta-openembedded-contrib-2782709d4dacf77ffeb5885c55c51a0266bc0ddc.tar.gz
glfw: missing feature check.
glfw depends on libglu which wont build if "opengl" is not in DISTRO_FEATURES Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/glfw/glfw_3.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/glfw/glfw_3.3.bb b/meta-oe/recipes-core/glfw/glfw_3.3.bb
index da2bae37a5..0ceeba1f19 100644
--- a/meta-oe/recipes-core/glfw/glfw_3.3.bb
+++ b/meta-oe/recipes-core/glfw/glfw_3.3.bb
@@ -17,6 +17,6 @@ SRCREV = "d25248343e248337284dfbe5ecd1eddbd37ae66d"
EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"
DEPENDS = "libpng libglu zlib libxrandr libxinerama libxi libxcursor"
-REQUIRED_DISTRO_FEATURES = "x11"
+REQUIRED_DISTRO_FEATURES = "x11 opengl"
COMPATIBLE_HOST_libc-musl = "null"