diff options
| author | Markus Volk <f_l_k@t-online.de> | 2022-06-01 11:11:18 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-06-01 08:43:01 -0700 |
| commit | abdb05b6b4b31ff40c4219336b7096db014284f1 (patch) | |
| tree | 05e7df4979e8033f6ef18ebf781e4ac12f15a597 /meta-xfce/recipes-xfce/thunar | |
| parent | 57c97d65fdee90e4155c66f2295b0ea8c70c9471 (diff) | |
| download | meta-openembedded-abdb05b6b4b31ff40c4219336b7096db014284f1.tar.gz | |
unblock some recipes for wayland
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/thunar')
| -rw-r--r-- | meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb b/meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb index 93c41aedfe..d3702c83c3 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb | |||
| @@ -2,16 +2,19 @@ SUMMARY = "File manager for the Xfce Desktop Environment" | |||
| 2 | SECTION = "x11" | 2 | SECTION = "x11" |
| 3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 5 | DEPENDS = "libxml-parser-perl-native exo gdk-pixbuf libxfce4ui libsm startup-notification libnotify xfce4-panel udev" | 5 | DEPENDS = "libxml-parser-perl-native exo gdk-pixbuf libxfce4ui libnotify xfce4-panel udev" |
| 6 | 6 | ||
| 7 | inherit xfce gobject-introspection features_check mime-xdg perlnative | 7 | inherit xfce gobject-introspection features_check mime-xdg perlnative |
| 8 | 8 | ||
| 9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | # xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. |
| 10 | # cairo would at least needed to be built with xlib. | ||
| 11 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
| 10 | 12 | ||
| 11 | SRC_URI[sha256sum] = "520bf318eef8bc792db38ae4af343b648f87d4b8d66f5b5d6f092e15264ee5af" | 13 | SRC_URI[sha256sum] = "520bf318eef8bc792db38ae4af343b648f87d4b8d66f5b5d6f092e15264ee5af" |
| 12 | 14 | ||
| 13 | PACKAGECONFIG ??= "" | 15 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" |
| 14 | PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre" | 16 | PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre" |
| 17 | PACKAGECONFIG[x11] = ",,libsm startup-notification" | ||
| 15 | 18 | ||
| 16 | FILES:${PN} += " \ | 19 | FILES:${PN} += " \ |
| 17 | ${libdir}/thunarx-3/* \ | 20 | ${libdir}/thunarx-3/* \ |
