mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
mesa: drop useless libatomic conditional
Mesa's meson build system checks this automatically.
This commit is contained in:
parent
fdd3521d71
commit
e3e2ae3f6e
1 changed files with 0 additions and 8 deletions
|
@ -98,14 +98,6 @@ armv7l*)
|
|||
;;
|
||||
esac
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv[5-6]*)
|
||||
# Enable MISSING_64BIT_ATOMICS for armv[56]*
|
||||
CFLAGS+=" -DMISSING_64BIT_ATOMICS=1"
|
||||
CXXFLAGS+=" -DMISSING_64BIT_ATOMICS=1"
|
||||
;;
|
||||
esac
|
||||
|
||||
# -devel must be the last one for proper order.
|
||||
subpackages+=" MesaLib-devel"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue