projects
/
feed
/
video.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88bf142
)
gtk: depends on libgst1player
author
Daniel Golle
<daniel@makrotopia.org>
Sun, 8 Dec 2024 02:06:44 +0000
(
02:06
+0000)
committer
Daniel Golle
<daniel@makrotopia.org>
Sun, 8 Dec 2024 02:09:00 +0000
(
02:09
+0000)
Add missing dependency on libgst1player.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
frameworks/gtk/Makefile
patch
|
blob
|
history
diff --git
a/frameworks/gtk/Makefile
b/frameworks/gtk/Makefile
index a6188792fe836b5bbfb5e019b84883c8a5d33944..d5ba13f00f6596aa74d902013b4ea79ce2b02c01 100644
(file)
--- a/
frameworks/gtk/Makefile
+++ b/
frameworks/gtk/Makefile
@@
-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