From d66b60264d4c96f0bf833e36cd9c493a8ad80917 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sun, 8 Dec 2024 02:06:44 +0000 Subject: [PATCH] gtk: depends on libgst1player Add missing dependency on libgst1player. Signed-off-by: Daniel Golle --- frameworks/gtk/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frameworks/gtk/Makefile b/frameworks/gtk/Makefile index a618879..d5ba13f 100644 --- 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 -- 2.30.2