mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 14:54:33 +04:00
gstreamer1: fix compilation on armeb
The build fails on xscale because the dependency to libatomic.so.1 is missing. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
committed by
Hannu Nyman
parent
0746327c62
commit
086dcb2a59
@@ -101,7 +101,7 @@ endef
|
|||||||
define Package/libgstreamer1
|
define Package/libgstreamer1
|
||||||
$(call Package/gstreamer1/Default)
|
$(call Package/gstreamer1/Default)
|
||||||
TITLE+= library (core)
|
TITLE+= library (core)
|
||||||
DEPENDS+= +glib2 +libpthread +libxml2 +(powerpc||mips||mipsel):libatomic
|
DEPENDS+= +glib2 +libpthread +libxml2 +(armeb||powerpc||mips||mipsel):libatomic
|
||||||
HIDDEN:=1
|
HIDDEN:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user