diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-03-13 15:47:45 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-13 15:48:30 -0700 |
commit | b65c89d82c758e5e1c1ddea9367899f196f9ce25 (patch) | |
tree | 6ea2f7e9af4bc016aeec1ad46ad9a23b86e00131 | |
parent | 263d4ab75cb811ccb750926dce80146123def955 (diff) | |
download | meta-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.bb | 2 |
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 | ||
14 | inherit cmake pkgconfig features_check | 14 | inherit cmake pkgconfig features_check |
15 | 15 | ||
16 | REQUIRED_DISTRO_FEATURES = "opengl" | 16 | REQUIRED_DISTRO_FEATURES:class-target = "opengl" |
17 | 17 | ||
18 | EXTRA_OECMAKE:class-native = " \ | 18 | EXTRA_OECMAKE:class-native = " \ |
19 | -DBUILD_SCANNER=ON \ | 19 | -DBUILD_SCANNER=ON \ |