summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>2013-12-18 11:31:12 +0100
committerCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>2013-12-18 11:31:12 +0100
commit5989bdf8a27392f56de66b3b093d853e92093aa9 (patch)
tree7b13f4ae9c11a7aad89f77e6216ec04f551c55c4
parent36be0084cba8f71fe0ca26aca6760f0835993cb3 (diff)
downloadprivacy-manager-accepted/tizen/mobile.tar.gz
privacy-manager-accepted/tizen/mobile.tar.bz2
privacy-manager-accepted/tizen/mobile.zip
Privacy popup feature is currently not supported on IVI. In disabling this flag, user consent is implicit and privacy access is no more blocked by security engine. Any widgets can use any plugins (API) now. It fixes TIVI-2146 Change-Id: Ifba13aa415646a07300bf984ec9f93c6b6fa0239 Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
-rw-r--r--packaging/privacy-manager.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/privacy-manager.spec b/packaging/privacy-manager.spec
index 2aabec6..cfbb461 100644
--- a/packaging/privacy-manager.spec
+++ b/packaging/privacy-manager.spec
@@ -85,7 +85,8 @@ cp %{SOURCE1006} .
-DINCLUDEDIR=%{_includedir} \
-DCMAKE_BUILD_TYPE=%{build_type} \
-DVERSION=%{version} \
- -DFILTER_LISTED_PKG=ON
+ -DFILTER_LISTED_PKG=ON \
+ -DPRIVACY_POPUP=OFF
make %{?_smp_mflags}
%install