diff options
-rw-r--r-- | meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb | 4 |
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 | |||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | SRCREV = "4321ed5c7b4bffa41b8a2a13dc7f3ece1191f4f3" | 11 | SRCREV = "4321ed5c7b4bffa41b8a2a13dc7f3ece1191f4f3" |
12 | 12 | ||
13 | inherit cmake pkgconfig | 13 | inherit cmake pkgconfig features_check |
14 | |||
15 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
14 | 16 | ||
15 | EXTRA_OECMAKE:class-native = " \ | 17 | EXTRA_OECMAKE:class-native = " \ |
16 | -DBUILD_SCANNER=ON \ | 18 | -DBUILD_SCANNER=ON \ |