]> git.pld-linux.org Git - packages/at-spi2-atk.git/commitdiff
don't build tests
authorJan Palus <atler@pld-linux.org>
Mon, 28 Mar 2022 21:20:08 +0000 (23:20 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 28 Mar 2022 21:20:08 +0000 (23:20 +0200)
at-spi2-atk.spec

index 0135532d278a5a6bdf584e6fa2ec9bc98b4b6013..e396da5fa2b2beb19989ed267175ff6c51eaf957 100644 (file)
@@ -87,7 +87,8 @@ Biblioteka statyczna atk-bridge.
 
 %build
 %meson build \
-       %{!?with_static_libs:--default-library=shared}
+       %{!?with_static_libs:--default-library=shared} \
+       -Dtests=false
 
 %ninja_build -C build
 
This page took 0.042518 seconds and 4 git commands to generate.