mesa: drop useless libatomic conditional

Mesa's meson build system checks this automatically.
This commit is contained in:
q66 2020-02-08 16:32:41 +01:00
parent fdd3521d71
commit e3e2ae3f6e

View file

@ -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"