mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
libfm: Add mime and mime-xdg classes
libfm installs mime types we want in our mime-database and it also uses desktop files containing MimeType. (From OE-Core rev: bdbb9b7549a8cb2934705f5803294b941ab04421) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -19,7 +19,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.xz \
|
||||
SRC_URI[md5sum] = "c15ecd2c9317e2c385cd3f046d0b61ba"
|
||||
SRC_URI[sha256sum] = "96b1244bde41ca0eef0332cfb5c67bb16725dfd102128f3e6f74fadc13a1cfe4"
|
||||
|
||||
inherit autotools pkgconfig gtk-doc gettext features_check
|
||||
inherit autotools pkgconfig gtk-doc gettext features_check mime mime-xdg
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
EXTRA_OECONF = "--with-gtk=3"
|
||||
|
||||
Reference in New Issue
Block a user