diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-06 14:30:18 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-06 19:20:38 -0800 |
commit | 66cc729664a5606471822604a6b166ca2babe2ec (patch) | |
tree | b6258b7c5a76a563312d47412b20d1650ab69035 | |
parent | 87c64236b5a9b3e878c459d0d0b945a4850f6713 (diff) | |
download | meta-openembedded-66cc729664a5606471822604a6b166ca2babe2ec.tar.gz |
thunar-shares-plugin: Check for x11 in distro features
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
4 | 4 | ||
5 | inherit thunar-plugin features_check | 5 | inherit thunar-plugin features_check |
6 | REQUIRED_DISTRO_FEATURES = "pam" | 6 | # x11 is needed for thunar |
7 | REQUIRED_DISTRO_FEATURES = "pam x11" | ||
7 | 8 | ||
8 | SRC_URI[md5sum] = "0884855d60cf1031b9013b6f5b125372" | 9 | SRC_URI[md5sum] = "0884855d60cf1031b9013b6f5b125372" |
9 | SRC_URI[sha256sum] = "dc1d8c7caa727e76d033d4653dc0742613f57a1711d0050900659c90a84452a0" | 10 | SRC_URI[sha256sum] = "dc1d8c7caa727e76d033d4653dc0742613f57a1711d0050900659c90a84452a0" |