summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorW. Michael Petullo2025-07-08 11:57:47 +0000
committerDaniel Golle2025-07-15 16:42:35 +0000
commit0f402858fd243009d7f5c7cc304548add160e62f (patch)
tree0467027fc244a3b27d4f15bdbdf834e59d1aa53f
parentdf62126f87e1e6c358784e281326a58f0dc31b60 (diff)
downloadvideo-0f402858fd243009d7f5c7cc304548add160e62f.tar.gz
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>
-rw-r--r--libs/mesa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/mesa/Makefile b/libs/mesa/Makefile
index f4f2129..2d3b2f6 100644
--- a/libs/mesa/Makefile
+++ b/libs/mesa/Makefile
@@ -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