From 5989bdf8a27392f56de66b3b093d853e92093aa9 Mon Sep 17 00:00:00 2001 From: Corentin Lecouvey Date: Wed, 18 Dec 2013 11:31:12 +0100 Subject: [PATCH] Disable privacy popup build flag 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 --- packaging/privacy-manager.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.7.4