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
d0878c8504
commit
b8661fc446
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue