diff options
-rw-r--r-- | meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb b/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb index 920bf10d65..1e530efb17 100644 --- a/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb +++ b/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb | |||
@@ -22,12 +22,12 @@ PACKAGECONFIG[sysprofd] = "-Dwith_sysprofd=bundled,-Dwith_sysprofd=none,polkit" | |||
22 | PACKAGECONFIG[libsysprof] = "-Dlibsysprof=true,-Dlibsysprof=false,polkit" | 22 | PACKAGECONFIG[libsysprof] = "-Dlibsysprof=true,-Dlibsysprof=false,polkit" |
23 | 23 | ||
24 | # Enablig this requries yelp | 24 | # Enablig this requries yelp |
25 | EXTRA_OEMESON += "-Dhelp=false -Dsystemdunitdir=${systemd_unitdir}" | 25 | EXTRA_OEMESON += "-Dhelp=false -Dsystemdunitdir=${systemd_unitdir}/system" |
26 | 26 | ||
27 | SOLIBS = ".so" | 27 | SOLIBS = ".so" |
28 | FILES_SOLIBSDEV = "" | 28 | FILES_SOLIBSDEV = "" |
29 | 29 | ||
30 | SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'sysprofd', 'sysprof2.service', '', d)}" | 30 | SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'sysprofd', 'sysprof2.service sysprof3.service', '', d)}" |
31 | 31 | ||
32 | FILES_${PN} += " \ | 32 | FILES_${PN} += " \ |
33 | ${datadir}/dbus-1/system-services \ | 33 | ${datadir}/dbus-1/system-services \ |