summaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/libgsystem/libgsystem_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-support/libgsystem/libgsystem_git.bb b/recipes-support/libgsystem/libgsystem_git.bb
index 181dd42..048c44b 100644
--- a/recipes-support/libgsystem/libgsystem_git.bb
+++ b/recipes-support/libgsystem/libgsystem_git.bb
@@ -9,9 +9,9 @@ S = "${WORKDIR}/git"
9 9
10inherit autotools-brokensep gobject-introspection 10inherit autotools-brokensep gobject-introspection
11 11
12DEPENDS += "attr glib-2.0 pkgconfig libcap" 12DEPENDS += "attr glib-2.0 pkgconfig libcap xz"
13RDEPENDS_${PN} = "xz systemd"
14 13
14RDEPENDS_${PN}_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}"
15RDEPENDS_${PN}_remove_class-native = "systemd-native" 15RDEPENDS_${PN}_remove_class-native = "systemd-native"
16 16
17BBCLASSEXTEND = "native" 17BBCLASSEXTEND = "native"