diff options
author | Boram Park <boram1288.park@samsung.com> | 2015-12-11 16:47:36 +0900 |
---|---|---|
committer | Boram Park <boram1288.park@samsung.com> | 2015-12-11 16:50:47 +0900 |
commit | 0d7dbb36bd484a939ab3eb0a49ea339f2bfd69f0 (patch) | |
tree | 4393ece4afa281f5acc84092239ef2771cdffbd5 | |
parent | 1495ab49201574353da2bbde7a8c554666c07114 (diff) | |
download | weston-0d7dbb36bd484a939ab3eb0a49ea339f2bfd69f0.tar.gz weston-0d7dbb36bd484a939ab3eb0a49ea339f2bfd69f0.tar.bz2 weston-0d7dbb36bd484a939ab3eb0a49ea339f2bfd69f0.zip |
packaging: disable ivi-shell for wearable profilesubmit/tizen_ivi/20160223.000000submit/tizen_ivi/20160217.000000submit/tizen_common/20151229.154718submit/tizen_common/20151229.144031submit/tizen_common/20151229.142028submit/tizen/20151211.075343accepted/tizen/wearable/20151212.073238accepted/tizen/tv/20151212.072635accepted/tizen/mobile/20151212.071136accepted/tizen/ivi/20160223.234533accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_ivi
Change-Id: I7c98743ec3f309a968483c36235b39a817d92def
-rw-r--r-- | packaging/weston.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/weston.spec b/packaging/weston.spec index 1623068a..d97637da 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 |