From ddf0cfd0597198c0f5d8569d9e3458286af46eea Mon Sep 17 00:00:00 2001 From: Rui Matos Date: Thu, 9 Apr 2015 14:19:49 +0200 Subject: [PATCH] Make libinput BR conditional on wayland support --- clutter.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter.spec b/clutter.spec index a581e2e..668124b 100644 --- a/clutter.spec +++ b/clutter.spec @@ -22,7 +22,6 @@ BuildRequires: cogl-devel >= 1.15.1 BuildRequires: gobject-introspection-devel >= 0.9.6 BuildRequires: gtk3-devel BuildRequires: json-glib-devel >= 0.12.0 -BuildRequires: libinput-devel >= 0.8 BuildRequires: libXcomposite-devel BuildRequires: libXdamage-devel BuildRequires: libXi-devel @@ -33,6 +32,7 @@ BuildRequires: libwayland-client-devel BuildRequires: libwayland-cursor-devel BuildRequires: libwayland-server-devel BuildRequires: libxkbcommon-devel +BuildRequires: libinput-devel >= 0.8 %endif Requires: gobject-introspection