From 0a069201a84e83b98da9e38bca5a74179b28336e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 10 Jan 2023 21:26:02 -0800 Subject: xdg-desktop-portal-wlr: Add wayland to REQUIRED_DISTRO_FEATURES Signed-off-by: Khem Raj --- .../xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = " \ " inherit meson pkgconfig features_check -REQUIRED_DISTRO_FEATURES = "opengl" +REQUIRED_DISTRO_FEATURES = "opengl wayland" SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;nobranch=1" -- cgit v1.2.3-54-g00ecf