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