aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD.in
diff options
context:
space:
mode:
authorbartus2021-02-15 11:46:32 +0100
committerbartus2021-02-15 11:46:32 +0100
commit30b4a0f0f7f66e607d2d5e66926a68766ed96e99 (patch)
tree5cfb86fef3ddd51c0810c428eb4a82cb3cafb4de /PKGBUILD.in
parent7e88bd5156b6fa8319b2d36e41518a5c477529c7 (diff)
downloadaur-30b4a0f0f7f66e607d2d5e66926a68766ed96e99.tar.gz
Defer to autotools since #6447 is fixed
Diffstat (limited to 'PKGBUILD.in')
-rw-r--r--PKGBUILD.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 6ffdaaed28df..7403237c4a0f 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -5,7 +5,7 @@
# Contributor: Alexander Hunziker <alex.hunziker@gmail.com>
# Contributor: Alessio Biancalana <dottorblaster@gmail.com>
-: DISABLE_MESON="${DISABLE_MESON:=0}" # switch to autotools `makepkg DISABLE_MESON=1`
+: DISABLE_MESON="${DISABLE_MESON:=1}" # switch to autotools `makepkg DISABLE_MESON=1`
((DISABLE_MESON)) && makedepends+=('vala') || makedepends+=('meson')
pkgname=gimp-git