diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libfm/libfm_0.1.17.bb | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/meta/recipes-support/libfm/libfm_0.1.17.bb b/meta/recipes-support/libfm/libfm_0.1.17.bb index adf8e64388..e3fd2de9bf 100644 --- a/meta/recipes-support/libfm/libfm_0.1.17.bb +++ b/meta/recipes-support/libfm/libfm_0.1.17.bb | |||
@@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
8 | file://src/base/fm-config.h;endline=23;md5=ad0fc418c3cf041eea35ddb3daf37f17" | 8 | file://src/base/fm-config.h;endline=23;md5=ad0fc418c3cf041eea35ddb3daf37f17" |
9 | 9 | ||
10 | SECTION = "x11/libs" | 10 | SECTION = "x11/libs" |
11 | DEPENDS = "gtk+ menu-cache intltool-native" | 11 | DEPENDS = "glib-2.0 pango gtk+ menu-cache intltool-native" |
12 | 12 | ||
13 | PR = "r2" | 13 | PR = "r3" |
14 | 14 | ||
15 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz" | 15 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz" |
16 | 16 | ||
@@ -18,3 +18,11 @@ SRC_URI[md5sum] = "a97e03d973e6ac727f28d0934d6c9ad5" | |||
18 | SRC_URI[sha256sum] = "1740681cff4cd4c5a2eaa9805d8898269cfb6a49a0bda0acb242def15bc7131b" | 18 | SRC_URI[sha256sum] = "1740681cff4cd4c5a2eaa9805d8898269cfb6a49a0bda0acb242def15bc7131b" |
19 | 19 | ||
20 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
21 | |||
22 | do_install_append () { | ||
23 | rmdir ${D}${libdir}/gio/modules/ | ||
24 | rmdir ${D}${libdir}/gio/ | ||
25 | } | ||
26 | |||
27 | PACKAGES += "${PN}-mime" | ||
28 | FILES_${PN}-mime = "${datadir}/mime/" | ||