Add pkgconfig(egl) BReq for rawhide
This commit is contained in:
parent
4ee4cc0780
commit
54d2021aa0
40
cogl.spec
40
cogl.spec
@ -27,28 +27,28 @@ Patch1: 0002-add-GL_ARB_shader_texture_lod-support.patch
|
|||||||
# and do post blurring.
|
# and do post blurring.
|
||||||
Patch2: 0003-texture-support-copy_sub_image.patch
|
Patch2: 0003-texture-support-copy_sub_image.patch
|
||||||
|
|
||||||
BuildRequires: cairo-devel
|
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: gdk-pixbuf2-devel
|
BuildRequires: pkgconfig(cairo)
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: pkgconfig(egl)
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: pkgconfig(gbm)
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||||
BuildRequires: libXrandr-devel
|
BuildRequires: pkgconfig(gl)
|
||||||
BuildRequires: libXcomposite-devel
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: libXdamage-devel
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: pkgconfig(gtk-doc)
|
||||||
BuildRequires: libXfixes-devel
|
BuildRequires: pkgconfig(pango)
|
||||||
BuildRequires: mesa-libGL-devel
|
BuildRequires: pkgconfig(xcomposite)
|
||||||
BuildRequires: mesa-libgbm-devel
|
BuildRequires: pkgconfig(xdamage)
|
||||||
BuildRequires: pango-devel
|
BuildRequires: pkgconfig(xext)
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig(xfixes)
|
||||||
|
BuildRequires: pkgconfig(xrandr)
|
||||||
|
|
||||||
%if 0%{?with_wayland}
|
%if 0%{?with_wayland}
|
||||||
BuildRequires: libwayland-server-devel
|
BuildRequires: pkgconfig(wayland-server)
|
||||||
BuildRequires: libwayland-client-devel
|
BuildRequires: pkgconfig(wayland-client)
|
||||||
BuildRequires: libwayland-cursor-devel
|
BuildRequires: pkgconfig(wayland-cursor)
|
||||||
BuildRequires: libwayland-egl-devel
|
BuildRequires: pkgconfig(wayland-egl)
|
||||||
BuildRequires: libxkbcommon-devel
|
BuildRequires: pkgconfig(xkbcommon)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
@ -169,6 +169,8 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcogl-pango.so
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Sep 28 2017 mosquito <sensor.wen@gmail.com> - 1.22.2-7
|
* Thu Sep 28 2017 mosquito <sensor.wen@gmail.com> - 1.22.2-7
|
||||||
- Add GL_ARB_shader_texture_lod and copy_sub_image support (#1421055)
|
- Add GL_ARB_shader_texture_lod and copy_sub_image support (#1421055)
|
||||||
|
- Add pkgconfig(egl) BReq for rawhide
|
||||||
|
- Move BReqs to pkgconfig
|
||||||
|
|
||||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.2-6
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.2-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user