summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelipe Contreras2023-03-19 13:02:35 -0600
committerFelipe Contreras2023-03-19 13:02:35 -0600
commit71ef8f989cb88bcbdc290b006540125c063003f4 (patch)
tree24f9b43f799c43603a462b61e65b954d3b5b5d34 /PKGBUILD
parent421dc20d338c75cb7533a83ae23d793ede92e641 (diff)
downloadaur-71ef8f989cb88bcbdc290b006540125c063003f4.tar.gz
Don't build gkt4 stuff
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46a57c7a9552..63989a7664b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ prepare() {
}
build() {
- arch-meson "vte-$pkgver" build -D docs=false -D b_lto=false
+ arch-meson "vte-$pkgver" build -D docs=false -D b_lto=false -D gtk4=false
meson compile -C build
}