diff options
author | W. Michael Petullo <mike@flyn.org> | 2022-07-01 15:25:21 -0500 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-07-02 16:06:11 -0700 |
commit | b8661fc44688e527f12f593e9ac0070596e45391 (patch) | |
tree | c929f782946db3f427836a074e96ea87bd74b66b /libs/totem-pl-parser/Makefile | |
parent | d0878c85040a926623abbe9ab3dcf620cda1080b (diff) |
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>
Diffstat (limited to 'libs/totem-pl-parser/Makefile')
-rw-r--r-- | libs/totem-pl-parser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/totem-pl-parser/Makefile b/libs/totem-pl-parser/Makefile index d5ac6dc56..08a56b669 100644 --- a/libs/totem-pl-parser/Makefile +++ b/libs/totem-pl-parser/Makefile @@ -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 |