From c4542c990e26f8f245e24b57565cfa5a72d5c370 Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Wed, 27 Aug 2014 15:51:03 +0300 Subject: [PATCH] packaging: use gbs-kosher conditional RPM dependencies. Change-Id: I8bf4ba29749d83a313fc3406b77b58db256ae359 --- packaging/murphy.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packaging/murphy.spec b/packaging/murphy.spec index f565b67..e1897e9 100644 --- a/packaging/murphy.spec +++ b/packaging/murphy.spec @@ -109,11 +109,13 @@ BuildRequires: pkgconfig(json) BuildRequires: pkgconfig(libsmack) %endif -%if %{_enable_icosyscon} +%if %{?_with_icosyscon:1}%{!?_with_icosyscon:0} +#%if %{_with_icosyscon} # gbs can't, so don't bother... BuildRequires: ico-uxf-weston-plugin-devel BuildRequires: pkgconfig(ail) BuildRequires: pkgconfig(aul) BuildRequires: libxml2-devel +#%endif %endif %if %{?_with_squashpkg:0}%{!?_with_squashpkg:1} -- 2.7.4