summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-03-13 15:47:45 -0700
committerKhem Raj <raj.khem@gmail.com>2023-03-13 15:48:30 -0700
commitb65c89d82c758e5e1c1ddea9367899f196f9ce25 (patch)
tree6ea2f7e9af4bc016aeec1ad46ad9a23b86e00131
parent263d4ab75cb811ccb750926dce80146123def955 (diff)
downloadmeta-openembedded-b65c89d82c758e5e1c1ddea9367899f196f9ce25.tar.gz
waylandpp: Just enforce opengl for target recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb2
1 files changed, 1 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 5ba5aa7940..eb8ec4f5ff 100644
--- a/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb
+++ b/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb
@@ -13,7 +13,7 @@ SRCREV = "4321ed5c7b4bffa41b8a2a13dc7f3ece1191f4f3"
13 13
14inherit cmake pkgconfig features_check 14inherit cmake pkgconfig features_check
15 15
16REQUIRED_DISTRO_FEATURES = "opengl" 16REQUIRED_DISTRO_FEATURES:class-target = "opengl"
17 17
18EXTRA_OECMAKE:class-native = " \ 18EXTRA_OECMAKE:class-native = " \
19 -DBUILD_SCANNER=ON \ 19 -DBUILD_SCANNER=ON \