Fix detection of EGL client extensions
This commit is contained in:
parent
6a3198ba8c
commit
9083487d79
@ -6,13 +6,15 @@
|
||||
Summary: epoxy runtime library
|
||||
Name: libepoxy
|
||||
Version: 1.3.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: MIT
|
||||
URL: http://github.com/anholt/libepoxy
|
||||
# github url - generated archive
|
||||
#ource0: https://github.com/anholt/libepoxy/archive/%{commit}/%{name}-%{commit}.tar.gz
|
||||
Source0: https://github.com/anholt/libepoxy/archive/v%{version}/v%{version}.tar.gz
|
||||
|
||||
Patch0: 0001-egl-Be-somewhat-aware-of-EGL-client-extensions.patch
|
||||
|
||||
BuildRequires: automake autoconf libtool
|
||||
BuildRequires: mesa-libGL-devel
|
||||
BuildRequires: mesa-libEGL-devel
|
||||
@ -33,6 +35,7 @@ developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .clientext
|
||||
|
||||
%build
|
||||
autoreconf -vif || exit 1
|
||||
@ -69,6 +72,9 @@ make check ||:
|
||||
%{_libdir}/pkgconfig/epoxy.pc
|
||||
|
||||
%changelog
|
||||
* Fri Sep 23 2016 Adam Jackson <ajax@redhat.com> - 1.3.1-3
|
||||
- Fix detection of EGL client extensions
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user