Enable gnome-shell Wayland compositor
This commit is contained in:
parent
673715d06d
commit
0975d181c3
@ -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 <kalevlember@gmail.com> - 1.15.92-2
|
||||
- Add configure options that are needed to enable the gnome-shell
|
||||
Wayland compositor
|
||||
|
||||
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.92-1
|
||||
- Update to 1.15.92
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user