summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb2
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
23GTKDOC_MESON_OPTION = "gtk_doc" 23GTKDOC_MESON_OPTION = "gtk_doc"
24 24
25PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 25PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
26PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" 26PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false -Dsystemdsystemunitdir='no', systemd"
27 27
28SYSTEMD_SERVICE_${PN} = "accounts-daemon.service" 28SYSTEMD_SERVICE_${PN} = "accounts-daemon.service"
29 29