Build with xi2.2 support (#803430)
... and enable the GDK backend as well.
This commit is contained in:
parent
89dba72b79
commit
e8ad635a9b
11
clutter.spec
11
clutter.spec
@ -1,6 +1,6 @@
|
||||
Name: clutter
|
||||
Version: 1.10.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Open Source software library for creating rich graphical user interfaces
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -12,8 +12,11 @@ BuildRequires: glib2-devel mesa-libGL-devel pkgconfig pango-devel
|
||||
BuildRequires: cairo-gobject-devel gdk-pixbuf2-devel atk-devel
|
||||
BuildRequires: cogl-devel >= 1.9.8
|
||||
BuildRequires: gobject-introspection-devel >= 0.9.6
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: json-glib-devel >= 0.12.0
|
||||
BuildRequires: libXdamage-devel libXcomposite-devel
|
||||
BuildRequires: libXcomposite-devel
|
||||
BuildRequires: libXdamage-devel
|
||||
BuildRequires: libXi-devel
|
||||
Requires: gobject-introspection
|
||||
|
||||
%description
|
||||
@ -93,6 +96,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/gtk-doc/html/cally
|
||||
|
||||
%changelog
|
||||
* Thu Mar 29 2012 Kalev Lember <kalevlember@gmail.com> - 1.10.0-2
|
||||
- Build with xi2.2 support (#803430)
|
||||
- Enable the GDK backend
|
||||
|
||||
* Thu Mar 22 2012 Matthias Clasen <mclasen@redhat.com> - 1.10.0-1
|
||||
- Update to 1.10.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user