1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

libfm: split the gtk+ bindings into their own package

Recipes depending on libfm with the gtk+ bindings will automatically rdepend
additionally on the new package libfm-gtk.

(From OE-Core rev: fa49561040e4de4ac75f18d195352b9114149f9b)

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Max Krummenacher
2018-01-27 14:56:32 +01:00
committed by Richard Purdie
parent 13fb4024e8
commit 06cf2a85c6
+12
View File
@@ -24,7 +24,19 @@ EXTRA_OECONF = "--with-gtk=3"
do_configure[dirs] =+ "${S}/m4"
PACKAGES =+ "libfm-gtk"
PACKAGES += "${PN}-mime"
FILES_libfm-gtk = " \
${libdir}/libfm-gtk*so.* \
${libdir}/libfm/modules/gtk* \
${bindir}/libfm-pref-apps \
${bindir}/lxshortcut \
${datadir}/applications/libfm-pref-apps.desktop \
${datadir}/applications/lxshortcut.desktop \
${datadir}/libfm/images/folder.png \
${datadir}/libfm/images/unknown.png \
${datadir}/libfm/ui/*.ui \
"
FILES_${PN}-mime = "${datadir}/mime/"
do_install_append () {