aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-12-11 01:08:43 +0100
committerKhem Raj <raj.khem@gmail.com>2019-12-11 16:22:40 -0800
commit38d19750591f7be9559365b6f3ea7f152c55802f (patch)
tree3fc595aff2ad5f88bb482e6dbaf092166a1654ac /meta-gnome
parentf0a641554d4f17e90d03a83bdd63687c07714414 (diff)
downloadmeta-openembedded-38d19750591f7be9559365b6f3ea7f152c55802f.tar.gz
accountsservice: fix build for systemd not in DISTRO_FEATURES
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-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
GTKDOC_MESON_OPTION = "gtk_doc"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
-PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"
+PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false -Dsystemdsystemunitdir='no', systemd"
SYSTEMD_SERVICE_${PN} = "accounts-daemon.service"