mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 19:14:35 +04:00
gtk: depends on libgst1player
Add missing dependency on libgst1player. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -40,7 +40,8 @@ $(call Package/gtk/Default)
|
||||
CATEGORY:=Video
|
||||
SUBMENU:=Frameworks and Toolkits
|
||||
DEPENDS:=$(ICONV_DEPENDS) $(INTL_DEPENDS) +fribidi +glib2 +harfbuzz +libcairo \
|
||||
+libepoxy +libgdk-pixbuf +libgraphene +libgstreamer1 +libpango +libxkbcommon
|
||||
+libepoxy +libgdk-pixbuf +libgraphene +libgstreamer1 +libgst1player \
|
||||
+libpango +libxkbcommon
|
||||
TITLE:=GTK library
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user