diff options
-rw-r--r-- | meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb b/meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb index 36fecfe11b..edc4890005 100644 --- a/meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb +++ b/meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb | |||
@@ -23,7 +23,7 @@ SRC_URI[sha256sum] = "ff2b2419a7e06bd9cb335ffe391c7409b49a0f0130b890bd54692a3986 | |||
23 | GTKDOC_MESON_OPTION = "gtk_doc" | 23 | GTKDOC_MESON_OPTION = "gtk_doc" |
24 | 24 | ||
25 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 25 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
26 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" | 26 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false -Dsystemdsystemunitdir='no', systemd" |
27 | 27 | ||
28 | SYSTEMD_SERVICE_${PN} = "accounts-daemon.service" | 28 | SYSTEMD_SERVICE_${PN} = "accounts-daemon.service" |
29 | 29 | ||