mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
lcdgrilo: add gstreamer1-libs dependency
libgstreamer1 depends on gstreamer1-libs being selected. Otherwise it does not work. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=lcdgrilo
|
PKG_NAME:=lcdgrilo
|
||||||
PKG_VERSION:=0.0.12
|
PKG_VERSION:=0.0.12
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://www.flyn.org/projects/lcdgrilo
|
PKG_SOURCE_URL:=https://www.flyn.org/projects/lcdgrilo
|
||||||
@@ -30,7 +30,7 @@ include $(INCLUDE_DIR)/nls.mk
|
|||||||
define Package/lcdgrilo
|
define Package/lcdgrilo
|
||||||
SECTION:=multimedia
|
SECTION:=multimedia
|
||||||
CATEGORY:=Multimedia
|
CATEGORY:=Multimedia
|
||||||
DEPENDS:=+grilo +grilo-plugins +libgee +libgstreamer1
|
DEPENDS:=+grilo +grilo-plugins +gstreamer1-libs +libgee +libgstreamer1
|
||||||
TITLE:=lcdgrilo
|
TITLE:=lcdgrilo
|
||||||
URL:=https://www.flyn.org/projects/lcdgrilo/
|
URL:=https://www.flyn.org/projects/lcdgrilo/
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user