diff options
author | Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org> | 2013-12-18 11:31:12 +0100 |
---|---|---|
committer | Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org> | 2013-12-18 11:31:12 +0100 |
commit | 5989bdf8a27392f56de66b3b093d853e92093aa9 (patch) | |
tree | 7b13f4ae9c11a7aad89f77e6216ec04f551c55c4 | |
parent | 36be0084cba8f71fe0ca26aca6760f0835993cb3 (diff) | |
download | privacy-manager-accepted/tizen/mobile.tar.gz privacy-manager-accepted/tizen/mobile.tar.bz2 privacy-manager-accepted/tizen/mobile.zip |
Disable privacy popup build flagsubmit/tizen_ivi_panda/20140403.011901submit/tizen/20140307.080753submit/tizen/20131220.000027accepted/tizen/mobile/20140310.025749accepted/tizen/mobile/20131223.185349accepted/tizen/ivi/panda/20140403.014835accepted/tizen/ivi/20140308.005433accepted/tizen/ivi/20131220.223427accepted/tizen/generic/20140106.141534tizen_ivi_pandaaccepted/tizen_ivi_pandaaccepted/tizen_genericaccepted/tizen/mobileaccepted/tizen/ivi/stableaccepted/tizen/generic
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.spec | 3 |
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 |