Enable gnome-shell Wayland compositor

This commit is contained in:
Matthias Clasen 2013-09-10 16:28:37 -04:00
parent 02139b7e09
commit c2aa2678d1

View File

@ -4,7 +4,7 @@
Name: cogl Name: cogl
Version: 1.15.10 Version: 1.15.10
Release: 1%{?dist} Release: 2%{?dist}
Summary: A library for using 3D graphics hardware to draw pretty pictures Summary: A library for using 3D graphics hardware to draw pretty pictures
Group: Development/Libraries Group: Development/Libraries
@ -27,6 +27,7 @@ BuildRequires: pango-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
%if %{with_wayland} %if %{with_wayland}
BuildRequires: libwayland-server-devel
BuildRequires: libwayland-client-devel BuildRequires: libwayland-client-devel
BuildRequires: libwayland-cursor-devel BuildRequires: libwayland-cursor-devel
BuildRequires: libwayland-egl-devel BuildRequires: libwayland-egl-devel
@ -76,7 +77,7 @@ This package contains documentation for %{name}.
%build %build
CFLAGS="$RPM_OPT_FLAGS -fPIC" CFLAGS="$RPM_OPT_FLAGS -fPIC"
%configure --enable-cairo=yes --enable-gdk-pixbuf=yes --enable-cogl-pango=yes --enable-glx=yes --enable-gtk-doc --enable-introspection=yes --enable-wayland-egl-platform %configure --enable-cairo=yes --enable-gdk-pixbuf=yes --enable-cogl-pango=yes --enable-glx=yes --enable-gtk-doc --enable-introspection=yes --enable-wayland-egl-platform --enable-wayland-egl-server
make V=1 make V=1
@ -111,6 +112,10 @@ rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
%{_datadir}/gtk-doc/html/cogl-2.0-experimental %{_datadir}/gtk-doc/html/cogl-2.0-experimental
%changelog %changelog
* 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
* Mon Sep 02 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.10-1 * Mon Sep 02 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.10-1
- Update to 1.15.10 - Update to 1.15.10