summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb b/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb
index f075f2a3ae..0deed332c6 100644
--- a/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb
+++ b/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb
@@ -10,7 +10,9 @@ DEPENDS:append:class-target = " waylandpp-native wayland virtual/egl virtual/lib
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11SRCREV = "4321ed5c7b4bffa41b8a2a13dc7f3ece1191f4f3" 11SRCREV = "4321ed5c7b4bffa41b8a2a13dc7f3ece1191f4f3"
12 12
13inherit cmake pkgconfig 13inherit cmake pkgconfig features_check
14
15REQUIRED_DISTRO_FEATURES = "opengl"
14 16
15EXTRA_OECMAKE:class-native = " \ 17EXTRA_OECMAKE:class-native = " \
16 -DBUILD_SCANNER=ON \ 18 -DBUILD_SCANNER=ON \