summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoram Park <boram1288.park@samsung.com>2015-12-11 16:47:36 +0900
committerBoram Park <boram1288.park@samsung.com>2015-12-11 16:50:47 +0900
commit0d7dbb36bd484a939ab3eb0a49ea339f2bfd69f0 (patch)
tree4393ece4afa281f5acc84092239ef2771cdffbd5
parent1495ab49201574353da2bbde7a8c554666c07114 (diff)
downloadweston-0d7dbb36bd484a939ab3eb0a49ea339f2bfd69f0.tar.gz
weston-0d7dbb36bd484a939ab3eb0a49ea339f2bfd69f0.tar.bz2
weston-0d7dbb36bd484a939ab3eb0a49ea339f2bfd69f0.zip
Change-Id: I7c98743ec3f309a968483c36235b39a817d92def
-rw-r--r--packaging/weston.spec5
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