summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libfm
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2018-01-27 14:56:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-29 08:49:50 +0000
commit06cf2a85c60df073be07b54e565428cae47a6065 (patch)
treeb459fe796f5d0094c65ffe604a5c8b542951d2ff /meta/recipes-support/libfm
parent13fb4024e85785be2fdbacb23f1ea74123168d91 (diff)
downloadpoky-06cf2a85c60df073be07b54e565428cae47a6065.tar.gz
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>
Diffstat (limited to 'meta/recipes-support/libfm')
-rw-r--r--meta/recipes-support/libfm/libfm_1.2.5.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-support/libfm/libfm_1.2.5.bb b/meta/recipes-support/libfm/libfm_1.2.5.bb
index 1ddddfdc99..6844243c1e 100644
--- a/meta/recipes-support/libfm/libfm_1.2.5.bb
+++ b/meta/recipes-support/libfm/libfm_1.2.5.bb
@@ -24,7 +24,19 @@ EXTRA_OECONF = "--with-gtk=3"
24 24
25do_configure[dirs] =+ "${S}/m4" 25do_configure[dirs] =+ "${S}/m4"
26 26
27PACKAGES =+ "libfm-gtk"
27PACKAGES += "${PN}-mime" 28PACKAGES += "${PN}-mime"
29FILES_libfm-gtk = " \
30 ${libdir}/libfm-gtk*so.* \
31 ${libdir}/libfm/modules/gtk* \
32 ${bindir}/libfm-pref-apps \
33 ${bindir}/lxshortcut \
34 ${datadir}/applications/libfm-pref-apps.desktop \
35 ${datadir}/applications/lxshortcut.desktop \
36 ${datadir}/libfm/images/folder.png \
37 ${datadir}/libfm/images/unknown.png \
38 ${datadir}/libfm/ui/*.ui \
39"
28FILES_${PN}-mime = "${datadir}/mime/" 40FILES_${PN}-mime = "${datadir}/mime/"
29 41
30do_install_append () { 42do_install_append () {