diff --git a/clutter.spec b/clutter.spec index 9542cf4..343c971 100644 --- a/clutter.spec +++ b/clutter.spec @@ -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 - 1.15.92-3 +- Add missing build deps + * Thu Sep 12 2013 Kalev Lember - 1.15.92-2 - Add configure options that are needed to enable the gnome-shell Wayland compositor