Enable more options for gnome-shell Wayland compositor

This commit is contained in:
Kalev Lember 2013-09-12 11:39:18 +02:00
parent 87d2a973e3
commit 32318d732d

View File

@ -4,7 +4,7 @@
Name: cogl
Version: 1.15.10
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A library for using 3D graphics hardware to draw pretty pictures
Group: Development/Libraries
@ -32,6 +32,7 @@ BuildRequires: libwayland-client-devel
BuildRequires: libwayland-cursor-devel
BuildRequires: libwayland-egl-devel
BuildRequires: libxkbcommon-devel
BuildRequires: mesa-libgbm-devel
%endif
@ -84,8 +85,10 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC"
--enable-glx=yes \
--enable-gtk-doc \
--enable-introspection=yes \
--enable-kms-egl-platform \
--enable-wayland-egl-platform \
--enable-wayland-egl-server \
--enable-xlib-egl-platform
make V=1
@ -120,6 +123,9 @@ rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
%{_datadir}/gtk-doc/html/cogl-2.0-experimental
%changelog
* Thu Sep 12 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.10-3
- More configure options for enabling the gnome-shell Wayland compositor
* Tue Sep 10 2013 Matthias Clasen <mclasen@redhat.com> - 1.15.10-2
- Add configure options that are needed to enable the gnome-shell
Wayland compositor