Fix compile when not using Wayland, harder.
This commit is contained in:
parent
b89cf4ee32
commit
256b4bb716
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: clutter
|
Name: clutter
|
||||||
Version: 1.20.0
|
Version: 1.20.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Open Source software library for creating rich graphical user interfaces
|
Summary: Open Source software library for creating rich graphical user interfaces
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -28,7 +28,7 @@ BuildRequires: libXdamage-devel
|
|||||||
BuildRequires: libXi-devel
|
BuildRequires: libXi-devel
|
||||||
BuildRequires: libevdev-devel
|
BuildRequires: libevdev-devel
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
%if 0%{with_wayland}
|
%if 0%{?with_wayland}
|
||||||
BuildRequires: libgudev1-devel
|
BuildRequires: libgudev1-devel
|
||||||
BuildRequires: libwayland-client-devel
|
BuildRequires: libwayland-client-devel
|
||||||
BuildRequires: libwayland-cursor-devel
|
BuildRequires: libwayland-cursor-devel
|
||||||
@ -86,7 +86,7 @@ the functionality of the installed clutter package.
|
|||||||
--enable-gdk-backend \
|
--enable-gdk-backend \
|
||||||
--enable-installed-tests \
|
--enable-installed-tests \
|
||||||
%{?with_tests:--enable-installed-tests} \
|
%{?with_tests:--enable-installed-tests} \
|
||||||
%if 0%{with_wayland}
|
%if 0%{?with_wayland}
|
||||||
--enable-egl-backend \
|
--enable-egl-backend \
|
||||||
--enable-evdev-input \
|
--enable-evdev-input \
|
||||||
--enable-wayland-backend \
|
--enable-wayland-backend \
|
||||||
@ -133,6 +133,9 @@ make check %{?_smp_mflags} V=1
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 28 2014 Richard Hughes <rhughes@redhat.com> - 1.20.0-3
|
||||||
|
- Fix compile when not using Wayland, harder.
|
||||||
|
|
||||||
* Tue Oct 28 2014 Richard Hughes <rhughes@redhat.com> - 1.20.0-2
|
* Tue Oct 28 2014 Richard Hughes <rhughes@redhat.com> - 1.20.0-2
|
||||||
- Fix compile when not using Wayland.
|
- Fix compile when not using Wayland.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user