summaryrefslogtreecommitdiff
path: root/extra/meson
diff options
context:
space:
mode:
Diffstat (limited to 'extra/meson')
-rw-r--r--extra/meson/PKGBUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/extra/meson/PKGBUILD b/extra/meson/PKGBUILD
deleted file mode 100644
index 049f3375..00000000
--- a/extra/meson/PKGBUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-# checks fail in various ways (also upstream)
-eval "$(
- declare -f check | \
- sed '
- s,./run_tests.py,./run_tests.py || true,
- '
-)"
-
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- # too many dependencies
- unset check
-fi