#
# https://github.com/mesonbuild/meson-python/issues/820
#
-# Re-enable eclib explicitly because I think it kills too many things
-# to be optional without a huge refactoring.
+# Re-enable brial and eclib because they're waiting for me to add
+# features and "needs" tags for their tests to pass.
sage_meson_setup() {
meson setup \
--python.bytecompile=-1 \
--wrap-mode=nodownload \
-Dbuild-docs=false \
-Dauto_features=disabled \
- -Declib=enabled \
+ -Dbrial=enabled \
+ -Declib=enabled \
"${@}"
}