commit 82b6257

hovercats  ·  2024-04-16 17:16:07 +0000 UTC
parent d65281f
atk: remove switch
1 files changed,  +1, -3
+1, -3
 1@@ -4,14 +4,12 @@ export DESTDIR="$1"
 2 
 3 : > tests/meson.build
 4 
 5-pkg-config --exists gobject-introspection-1.0 && gi=true
 6-
 7 meson setup \
 8     -Dprefix=/usr \
 9     -Dsysconfdir=/etc \
10     -Dmandir=/usr/share/man \
11     -Ddocs=false \
12-    -Dintrospection="${gi:-false}" \
13+    -Dintrospection=false \
14     output
15 
16 samu -C output