diff options
Diffstat (limited to 'libs')
-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 |