mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 17:04:37 +04:00
mesa: requires libatomic also on older ARM and ARMEB platforms
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 <daniel@makrotopia.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user