Move away from xvfb-run

This commit is contained in:
Niels De Graef 2024-07-04 15:54:19 +00:00 committed by David King
parent cfb72ac5d9
commit 62e831537f

View File

@ -15,7 +15,10 @@ BuildRequires: gettext
BuildRequires: itstool
BuildRequires: meson
BuildRequires: which
BuildRequires: xorg-x11-server-Xvfb
# Tests
BuildRequires: xwayland-run
BuildRequires: mutter
BuildRequires: mesa-dri-drivers
%description
Zenity lets you display Gtk+ dialog boxes from the command line and through
@ -29,7 +32,7 @@ from the same family as dialog, Xdialog, and cdialog.
%build
%meson
# Man page generation requires running the in-tree zenity command.
%{shrink:xvfb-run -w 10 -d %meson_build}
%{shrink:xwfb-run -c mutter -w 10 -- %meson_build}
%install