summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-09-26 10:43:54 -0400
committerVincent Grande2020-09-26 10:43:54 -0400
commit9942a151efd9db59e0620c3404732bb87397bddd (patch)
treedae06c3922a2d7868001b5fd2abeb678cd6f9751
parent1b93ff0f36225046d8429c75be3a8ae9c1c8894b (diff)
downloadaur-9942a151efd9db59e0620c3404732bb87397bddd.tar.gz
disable introspection, fix build
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b27cd5d0df04..1da125e158d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ build() {
export CXX="g++ -m32"
export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
- arch-meson atk build -D enable_docs=false --libdir=/usr/lib32
+ arch-meson atk build -D enable_docs=false -D introspection=false --libdir=/usr/lib32
ninja -C build
}