diff --git a/cogl.spec b/cogl.spec index a4e5a6b..aeb7850 100644 --- a/cogl.spec +++ b/cogl.spec @@ -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 - 1.15.10-3 +- More configure options for enabling the gnome-shell Wayland compositor + * Tue Sep 10 2013 Matthias Clasen - 1.15.10-2 - Add configure options that are needed to enable the gnome-shell Wayland compositor