]> git.pld-linux.org Git - packages/mutter.git/commitdiff
add tests bcond (disabled by default); rel 2 auto/th/mutter-3.34.2-2
authorJan Palus <atler@pld-linux.org>
Sat, 14 Dec 2019 17:02:11 +0000 (18:02 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 14 Dec 2019 17:02:11 +0000 (18:02 +0100)
on builders /dev/stdout is considered input when tests are enabled and
ninja goes into infinite loop since /dev/stdout is always newer than
build.ninja

mutter.spec

index 3251937f652443159f594c7d802c62a6314522c3..79c566cf5412288897f9fe451c21ed0a22d00369 100644 (file)
@@ -2,12 +2,13 @@
 # Conditional build
 %bcond_without pipewire        # remote desktop via pipewire
 %bcond_with    sysprof         # build with tracing support
+%bcond_with    tests           # run tests (causes infinite loop on builders)
 
 Summary:       Window and compositing manager based on Clutter
 Summary(pl.UTF-8):     Zarządca okien i składania oparty na bibliotece Clutter
 Name:          mutter
 Version:       3.34.2
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         X11/Window Managers
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/mutter/3.34/%{name}-%{version}.tar.xz
@@ -176,6 +177,7 @@ Mutter.
        -Dinstalled_tests=false \
        -Dprofiler=%{__true_false sysprof} \
        %{!?with_pipewire:-Dremote_desktop=false} \
+       -Dtests=%{__true_false tests} \
        -Dxwayland_path=/usr/bin/Xwayland
 
 %ninja_build -C build
This page took 0.161432 seconds and 4 git commands to generate.