Skip to content

Commit 086dcb2

Browse files
haukehnyman
authored andcommitted
gstreamer1: fix compilation on armeb
The build fails on xscale because the dependency to libatomic.so.1 is missing. Signed-off-by: Hauke Mehrtens <[email protected]>
1 parent 0746327 commit 086dcb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimedia/gstreamer1/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ endef
101101
define Package/libgstreamer1
102102
$(call Package/gstreamer1/Default)
103103
TITLE+= library (core)
104-
DEPENDS+= +glib2 +libpthread +libxml2 +(powerpc||mips||mipsel):libatomic
104+
DEPENDS+= +glib2 +libpthread +libxml2 +(armeb||powerpc||mips||mipsel):libatomic
105105
HIDDEN:=1
106106
endef
107107

0 commit comments

Comments
 (0)