projects
/
feed
/
video.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
917c4c7
)
mesa: requires libatomic also on older ARM and ARMEB platforms
author
Daniel Golle
<
[email protected]
>
Sat, 19 Jul 2025 01:22:16 +0000
(
02:22
+0100)
committer
Daniel Golle
<
[email protected]
>
Sat, 19 Jul 2025 01:23:37 +0000
(
02:23
+0100)
Add dependency on libatomic also for non-ARMv6 ARM targets as well as
big-endian ARM (xscale). Obviously they are all unlikely to ever
actually use Mesa.
Signed-off-by: Daniel Golle <
[email protected]
>
libs/mesa/Makefile
patch
|
blob
|
history
diff --git
a/libs/mesa/Makefile
b/libs/mesa/Makefile
index b7f580525a77355b125e765dc4cd9053d3f9abe7..a3f3c9d6d80af905499de93880ea4202d581d210 100644
(file)
--- a/
libs/mesa/Makefile
+++ b/
libs/mesa/Makefile
@@
-64,7
+64,7
@@
define Package/mesa/Default
SECTION:=libs
CATEGORY:=Libraries
SUBMENU:=Video
- DEPENDS:=+(powerpc||mips||mipsel):libatomic
+ DEPENDS:=+(
(arm&&!arm_v7)||armeb||
powerpc||mips||mipsel):libatomic
TITLE:=Mesa3D
URL:=https://www.mesa3d.org
endef