xarchiver: only include when x11 in DISTRO_FEATURES

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2018-04-09 08:22:33 -07:00
parent 7a18b4bde9
commit 80783010f6

View File

@@ -12,7 +12,9 @@ SRCREV = "5a26dd8ceab0af71b30c83286d7c7398a858c814"
PV = "0.5.3"
S = "${WORKDIR}/git"
inherit xfce-git gettext pkgconfig autotools gtk-icon-cache
inherit xfce-git gettext pkgconfig autotools gtk-icon-cache distro_features_check
REQUIRED_DISTRO_FEATURES = "x11"
# install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin
EXTRA_OECONF += "--libexecdir=${libdir}"