From: Boram Park Date: Fri, 11 Dec 2015 07:47:36 +0000 (+0900) Subject: packaging: disable ivi-shell for wearable profile X-Git-Tag: accepted/tizen/ivi/20160223.234533^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_tv;p=platform%2Fupstream%2Fweston.git packaging: disable ivi-shell for wearable profile Change-Id: I7c98743ec3f309a968483c36235b39a817d92def --- diff --git a/packaging/weston.spec b/packaging/weston.spec index 1623068..d97637d 100644 --- a/packaging/weston.spec +++ b/packaging/weston.spec @@ -1,6 +1,7 @@ %bcond_with wayland %bcond_with libva %bcond_with mobile +%bcond_with wearable %bcond_with rdp %if %{with mobile} @@ -23,6 +24,10 @@ %define extra_config_options5 --enable-sys-uid --disable-ivi-shell %endif +%if "%{profile}" == "wearable" +%define extra_config_options5 --enable-sys-uid --disable-ivi-shell +%endif + %if "%{profile}" == "ivi" %define extra_config_options4 --disable-default-vkb --enable-transform %endif