mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 14:54:37 +04:00
mesa: add dependency on libatomic when building for on mips
Fix build errors on the noted platforms. Builds were failing with: Package libmesa-amd is missing dependencies for the following libraries: libatomic.so.1 Signed-off-by: W. Michael Petullo <mike@flyn.org> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
committed by
Daniel Golle
parent
df62126f87
commit
0f402858fd
@@ -64,7 +64,7 @@ define Package/mesa/Default
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
SUBMENU:=Video
|
||||
DEPENDS:=+powerpc:libatomic
|
||||
DEPENDS:=+(powerpc||mips||mipsel):libatomic
|
||||
TITLE:=Mesa3D
|
||||
URL:=https://www.mesa3d.org
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user