From ea1aaa41cad138bf3338498ffebd35b5b651d2be Mon Sep 17 00:00:00 2001 From: Quanxian Wang Date: Fri, 25 Oct 2013 17:29:02 +0800 Subject: [PATCH] disable x11 and app-svc dependency when building ivi Change-Id: I57dacf8b7f22204b7115c83902615884f76c34a6 Signed-off-by: Quanxian Wang --- packaging/elementary.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packaging/elementary.spec b/packaging/elementary.spec index 7b006212a..5f659d02e 100644 --- a/packaging/elementary.spec +++ b/packaging/elementary.spec @@ -1,3 +1,5 @@ +%bcond_with wayland + Name: elementary Summary: EFL toolkit Version: 1.8.alpha @@ -11,8 +13,10 @@ Requires(postun): /sbin/ldconfig BuildRequires: gettext BuildRequires: efl BuildRequires: efl-devel -BuildRequires: app-svc-devel +%if ! %{with wayland} BuildRequires: pkgconfig(x11) +BuildRequires: app-svc-devel +%endif %description Elementary - a basic widget set that is easy to use based on EFL for mobile This package contains devel content. -- 2.34.1