From b8661fc44688e527f12f593e9ac0070596e45391 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Fri, 1 Jul 2022 15:25:21 -0500 Subject: 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 --- libs/totem-pl-parser/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') 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 -- cgit v1.2.3