change the build requires form mesa to libglvnd

This commit is contained in:
orange-snn 2020-08-03 18:00:11 +08:00
parent e2f7a1dcf4
commit 5e332f5e40

View File

@ -1,6 +1,6 @@
Name: libepoxy
Version: 1.5.4
Release: 1
Release: 2
Summary: library work with epoxy runtime
License: MIT
URL: https://github.com/anholt/%{name}
@ -8,7 +8,7 @@ Source0: https://github.com/anholt/%{name}/releases/download/%{version}/%{na
BuildRequires: meson gcc libGL-devel libEGL-devel libX11-devel
BuildRequires: python3 xorg-x11-server-Xvfb mesa-dri-drivers
BuildRequires: pkgconfig(gl) pkgconfig(egl) pkgconfig(glesv2)
BuildRequires: libglvnd-devel pkgconfig(glesv2)
%description
A library for handling OpenGL function pointer management.
@ -55,11 +55,14 @@ xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \
%doc README.md
%changelog
* Mon Jun 22 2020 xinghe<xinghe1@huawei.com> - 1.5.4 - 1
* Mon Aug 03 2020 orange-snn <songnannan2@huawei.com> - 1.5.4-2
- change the buildrequires form mesa to libglvnd
* Mon Jun 22 2020 xinghe<xinghe1@huawei.com> - 1.5.4-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update to 1.5.4
* Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5.3 - 2
* Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5.3-2
- Package init