[meta-xfce,6/6] thunar-shares-plugin: Check for x11 in distro features

Message ID 20220306223516.504947-6-raj.khem@gmail.com
State New
Headers show
Series [meta-oe,1/6] pcp: Enable check for x11 distro feature | expand

Commit Message

Khem Raj March 6, 2022, 10:35 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../shares/thunar-shares-plugin_0.3.1.bb                       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Patch

diff --git a/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb b/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb
index 26e96f3612..6ed9cecefb 100644
--- a/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb
+++ b/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb
@@ -3,7 +3,8 @@  LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
 
 inherit thunar-plugin features_check
-REQUIRED_DISTRO_FEATURES = "pam"
+# x11 is needed for thunar
+REQUIRED_DISTRO_FEATURES = "pam x11"
 
 SRC_URI[md5sum] = "0884855d60cf1031b9013b6f5b125372"
 SRC_URI[sha256sum] = "dc1d8c7caa727e76d033d4653dc0742613f57a1711d0050900659c90a84452a0"