diff options
Diffstat (limited to 'meta/recipes-kernel/sysprof')
-rw-r--r-- | meta/recipes-kernel/sysprof/sysprof_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb index 6324d20f65..8d8b626397 100644 --- a/meta/recipes-kernel/sysprof/sysprof_git.bb +++ b/meta/recipes-kernel/sysprof/sysprof_git.bb | |||
@@ -30,8 +30,9 @@ PACKAGECONFIG ?= "${@bb.utils.contains_any('DISTRO_FEATURES', '${GTK3DISTROFEATU | |||
30 | PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3" | 30 | PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3" |
31 | PACKAGECONFIG[polkit] = "--enable-polkit,--disable-polkit,polkit dbus" | 31 | PACKAGECONFIG[polkit] = "--enable-polkit,--disable-polkit,polkit dbus" |
32 | 32 | ||
33 | FILES_${PN} += "${datadir}/icons/ ${libdir}/libsysprof* ${datadir}/dbus-1/" | 33 | SOLIBS = ".so" |
34 | FILES_${PN}-dev = "${includedir} ${libdir}/pkgconfig" | 34 | FILES_SOLIBSDEV = "" |
35 | FILES_${PN} += "${datadir}/icons/" | ||
35 | 36 | ||
36 | SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'polkit', 'sysprof2.service', '', d)}" | 37 | SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'polkit', 'sysprof2.service', '', d)}" |
37 | 38 | ||