diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-01-10 21:26:02 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-11 08:37:58 -0800 |
commit | 0a069201a84e83b98da9e38bca5a74179b28336e (patch) | |
tree | e95f49383395e4a209a908c84d5b7513a435efcb | |
parent | c5220cd79bc374e02e15af44648acb7bc41268ee (diff) | |
download | meta-openembedded-0a069201a84e83b98da9e38bca5a74179b28336e.tar.gz |
xdg-desktop-portal-wlr: Add wayland to REQUIRED_DISTRO_FEATURES
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb index 7e1b7b9d26..a72116154c 100644 --- a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb +++ b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb | |||
@@ -14,7 +14,7 @@ DEPENDS = " \ | |||
14 | " | 14 | " |
15 | 15 | ||
16 | inherit meson pkgconfig features_check | 16 | inherit meson pkgconfig features_check |
17 | REQUIRED_DISTRO_FEATURES = "opengl" | 17 | REQUIRED_DISTRO_FEATURES = "opengl wayland" |
18 | 18 | ||
19 | SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;nobranch=1" | 19 | SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;nobranch=1" |
20 | 20 | ||