Add missing build deps

This commit is contained in:
Kalev Lember 2013-09-12 13:11:04 +02:00
parent 0975d181c3
commit 3c1088cb2e

View File

@ -6,7 +6,7 @@
Name: clutter
Version: 1.15.92
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Open Source software library for creating rich graphical user interfaces
Group: Development/Libraries
@ -25,8 +25,10 @@ BuildRequires: libXdamage-devel
BuildRequires: libXi-devel
Requires: gobject-introspection
%if %{with_wayland}
BuildRequires: libgudev1-devel
BuildRequires: libwayland-client-devel
BuildRequires: libwayland-cursor-devel
BuildRequires: libwayland-server-devel
BuildRequires: libxkbcommon-devel
%endif
@ -127,6 +129,9 @@ 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-3
- Add missing build deps
* 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