gmediarender: fix compilation

This commit is contained in:
AmadeusGhost 2020-07-12 11:56:40 +08:00 committed by CN_SZTL
parent fdce07204a
commit ca61924d5b
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/nls.mk
define Package/gmediarender
SECTION:=multimedia
CATEGORY:=Multimedia
DEPENDS:= +gstreamer1 +libgstreamer1 +glib2 +libupnp
DEPENDS:= +gstreamer1 +libgstreamer1 +gstreamer1-libs +glib2 +libupnp
TITLE:=A Headless UPnP Renderer
endef