diff options
-rw-r--r-- | libepoxy.spec | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libepoxy.spec b/libepoxy.spec index 53ecc7c..9eb8e44 100644 --- a/libepoxy.spec +++ b/libepoxy.spec @@ -14,8 +14,7 @@ BuildRequires: pkgconfig(glesv2) BuildRequires: pkgconfig(glesv1_cm) BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(egl) -BuildRequires: /usr/bin/xwfb-run -BuildRequires: mutter +BuildRequires: /usr/bin/xvfb-run %description A library for handling OpenGL function pointer management. @@ -41,7 +40,7 @@ applications that want to make use of %{name}. %meson_install %check -xwfb-run -c mutter -- ninja -C %{_vpath_builddir} test || \ +xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \ (cat %{_vpath_builddir}/meson-logs/testlog.txt ; exit 1) %files |