From: Quanxian Wang Date: Fri, 25 Oct 2013 09:29:02 +0000 (+0800) Subject: disable x11 and app-svc dependency when building ivi X-Git-Tag: submit/devel/efl/20131029.104556^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fdevel%2Fefl;p=platform%2Fupstream%2Felementary.git disable x11 and app-svc dependency when building ivi Change-Id: I57dacf8b7f22204b7115c83902615884f76c34a6 Signed-off-by: Quanxian Wang --- 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.