From 0d7dbb36bd484a939ab3eb0a49ea339f2bfd69f0 Mon Sep 17 00:00:00 2001 From: Boram Park Date: Fri, 11 Dec 2015 16:47:36 +0900 Subject: [PATCH] packaging: disable ivi-shell for wearable profile Change-Id: I7c98743ec3f309a968483c36235b39a817d92def --- packaging/weston.spec | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.7.4