diff options
Diffstat (limited to 'recipes-support/libgsystem/libgsystem_git.bb')
-rw-r--r-- | recipes-support/libgsystem/libgsystem_git.bb | 4 |
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 | ||
10 | inherit autotools-brokensep gobject-introspection | 10 | inherit autotools-brokensep gobject-introspection |
11 | 11 | ||
12 | DEPENDS += "attr glib-2.0 pkgconfig libcap" | 12 | DEPENDS += "attr glib-2.0 pkgconfig libcap xz" |
13 | RDEPENDS_${PN} = "xz systemd" | ||
14 | 13 | ||
14 | RDEPENDS_${PN}_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}" | ||
15 | RDEPENDS_${PN}_remove_class-native = "systemd-native" | 15 | RDEPENDS_${PN}_remove_class-native = "systemd-native" |
16 | 16 | ||
17 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |