From 0975d181c376d207dcba0437e0d647552ffd9589 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 12 Sep 2013 12:02:34 +0200 Subject: [PATCH] Enable gnome-shell Wayland compositor --- clutter.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/clutter.spec b/clutter.spec index 4823f16..9542cf4 100644 --- a/clutter.spec +++ b/clutter.spec @@ -6,7 +6,7 @@ Name: clutter Version: 1.15.92 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open Source software library for creating rich graphical user interfaces Group: Development/Libraries @@ -83,7 +83,10 @@ This package contains documentation for clutter. --enable-xinput \ --enable-gdk-backend \ %if %{with_wayland} + --enable-egl-backend \ + --enable-evdev-input \ --enable-wayland-backend \ + --enable-wayland-compositor \ %endif # clutter git ships with some magic to put the git log in shipped tarballs # which gets listed in files; don't blow up if it's missing @@ -124,6 +127,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_datadir}/gtk-doc/html/cally %changelog +* Thu Sep 12 2013 Kalev Lember - 1.15.92-2 +- Add configure options that are needed to enable the gnome-shell + Wayland compositor + * Tue Sep 03 2013 Kalev Lember - 1.15.92-1 - Update to 1.15.92