summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-09-03 07:30:52 +0000
committerCoprDistGit <infra@openeuler.org>2024-09-03 07:30:52 +0000
commitd57640b90aea27e3f92fae39ee6351346c63310f (patch)
tree85e96d8939500c964436fe079e9a069dfd443e4e
parent001a537d8d8c82bf4ca7b9ae511e710c9949a912 (diff)
automatic import of libepoxy
-rw-r--r--libepoxy.spec5
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