mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
dconf: fix unpackaged /usr/lib/gio/modules/.debug/libdconfsettings.so
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
1c7f6c2609
commit
ef13d654ef
|
|
@ -12,12 +12,15 @@ DEPENDS = "glib-2.0 gtk+3"
|
|||
|
||||
inherit vala
|
||||
|
||||
PR = "r1"
|
||||
|
||||
PACKAGES =+ "dconf-editor"
|
||||
|
||||
FILES_dconf-editor = "${bindir}/dconf-editor ${datadir}/dconf-editor/"
|
||||
FILES_${PN} += "${datadir}/dbus-1/ \
|
||||
${libdir}/gio/modules/*.so \
|
||||
"
|
||||
FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/libdconfsettings.so"
|
||||
|
||||
pkg_postinst_${PN} () {
|
||||
if [ -n "$D" ]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user