From b89cf4ee32a116d846b4a41f09d83193913e6d7d Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 28 Oct 2014 21:26:49 +0000 Subject: [PATCH] Fix the non-wayland build --- clutter.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/clutter.spec b/clutter.spec index 4f97258..8ff07db 100644 --- a/clutter.spec +++ b/clutter.spec @@ -8,7 +8,7 @@ Name: clutter Version: 1.20.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open Source software library for creating rich graphical user interfaces Group: Development/Libraries @@ -28,7 +28,7 @@ BuildRequires: libXdamage-devel BuildRequires: libXi-devel BuildRequires: libevdev-devel BuildRequires: gettext-devel -%if %{with_wayland} +%if 0%{with_wayland} BuildRequires: libgudev1-devel BuildRequires: libwayland-client-devel BuildRequires: libwayland-cursor-devel @@ -86,7 +86,7 @@ the functionality of the installed clutter package. --enable-gdk-backend \ --enable-installed-tests \ %{?with_tests:--enable-installed-tests} \ -%if %{with_wayland} +%if 0%{with_wayland} --enable-egl-backend \ --enable-evdev-input \ --enable-wayland-backend \ @@ -133,6 +133,9 @@ make check %{?_smp_mflags} V=1 %endif %changelog +* Tue Oct 28 2014 Richard Hughes - 1.20.0-2 +- Fix compile when not using Wayland. + * Mon Sep 22 2014 Kalev Lember - 1.20.0-1 - Update to 1.20.0