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:
W. Michael Petullo 2022-07-01 15:25:21 -05:00 committed by Rosen Penev
parent d0878c8504
commit b8661fc446
1 changed files with 1 additions and 1 deletions

View File

@ -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