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:
W. Michael Petullo
2025-07-08 06:57:47 -05:00
committed by Daniel Golle
parent df62126f87
commit 0f402858fd

View File

@@ -64,7 +64,7 @@ define Package/mesa/Default
SECTION:=libs SECTION:=libs
CATEGORY:=Libraries CATEGORY:=Libraries
SUBMENU:=Video SUBMENU:=Video
DEPENDS:=+powerpc:libatomic DEPENDS:=+(powerpc||mips||mipsel):libatomic
TITLE:=Mesa3D TITLE:=Mesa3D
URL:=https://www.mesa3d.org URL:=https://www.mesa3d.org
endef endef