From c2aa2678d12160dd1ed243fff3c77e37843d2a01 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 10 Sep 2013 16:28:37 -0400 Subject: [PATCH] Enable gnome-shell Wayland compositor --- cogl.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/cogl.spec b/cogl.spec index fa135a1..df947c8 100644 --- a/cogl.spec +++ b/cogl.spec @@ -4,7 +4,7 @@ Name: cogl Version: 1.15.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for using 3D graphics hardware to draw pretty pictures Group: Development/Libraries @@ -27,6 +27,7 @@ BuildRequires: pango-devel BuildRequires: pkgconfig %if %{with_wayland} +BuildRequires: libwayland-server-devel BuildRequires: libwayland-client-devel BuildRequires: libwayland-cursor-devel BuildRequires: libwayland-egl-devel @@ -76,7 +77,7 @@ This package contains documentation for %{name}. %build 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 @@ -111,6 +112,10 @@ rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg %{_datadir}/gtk-doc/html/cogl-2.0-experimental %changelog +* Tue Sep 10 2013 Matthias Clasen - 1.15.10-2 +- Add configure options that are needed to enable the gnome-shell + Wayland compositor + * Mon Sep 02 2013 Kalev Lember - 1.15.10-1 - Update to 1.15.10