mesa: add dependency on libatomic when building for on mips
authorW. Michael Petullo <[email protected]>
Tue, 8 Jul 2025 11:57:47 +0000 (06:57 -0500)
committerDaniel Golle <[email protected]>
Tue, 15 Jul 2025 16:42:35 +0000 (17:42 +0100)
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 <[email protected]>
Signed-off-by: Daniel Golle <[email protected]>
libs/mesa/Makefile

index f4f212963d76713b483fda88fbd502a431ba29d1..2d3b2f66442ed8ba8f006267c936be5f6626fc71 100644 (file)
@@ -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