summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-10 21:26:02 -0800
committerKhem Raj <raj.khem@gmail.com>2023-01-11 08:37:58 -0800
commit0a069201a84e83b98da9e38bca5a74179b28336e (patch)
treee95f49383395e4a209a908c84d5b7513a435efcb
parentc5220cd79bc374e02e15af44648acb7bc41268ee (diff)
downloadmeta-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.bb2
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
16inherit meson pkgconfig features_check 16inherit meson pkgconfig features_check
17REQUIRED_DISTRO_FEATURES = "opengl" 17REQUIRED_DISTRO_FEATURES = "opengl wayland"
18 18
19SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;nobranch=1" 19SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;nobranch=1"
20 20