From afe86041def2a504f5744403efa5331d04e13b50890df4f75b04042b2f83b552 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 5 Jun 2016 18:43:13 +0000 Subject: [PATCH] Switchback to freerdp1 for <=13.2/42.1 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=56 --- weston.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/weston.spec b/weston.spec index c8249d5..cd7b240 100644 --- a/weston.spec +++ b/weston.spec @@ -49,7 +49,11 @@ BuildRequires: pkgconfig(cairo-xcb) BuildRequires: pkgconfig(colord) >= 0.1.27 BuildRequires: pkgconfig(dbus-1) >= 1.6 BuildRequires: pkgconfig(egl) +%if 0%{?suse_version} <= 1320 +BuildRequires: pkgconfig(freerdp) +%else BuildRequires: pkgconfig(freerdp2) +%endif BuildRequires: pkgconfig(gbm) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glesv2)