mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-18 01:40:16 +08:00
totem-pl-parser: depend on shared-mime-info
The totem-pl-parser library seems to rely on freedesktop.org's MIME-type definitions to parse playlist files. Without them, parsing will produce a TOTEM_PL_PARSER_RESULT_IGNORED error. Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
parent
b79cb4e1c2
commit
1087b04207
@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/meson.mk
|
||||
define Package/totem-pl-parser
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+glib2 +libxml2
|
||||
DEPENDS:=+glib2 +libxml2 +shared-mime-info
|
||||
TITLE:=totem-pl-parser
|
||||
URL:=https://gitlab.gnome.org/GNOME/totem-pl-parser
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user