From 2a526f1ad55774df1f056a4681932471022982e2 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Fri, 22 Jul 2016 14:32:10 +0900 Subject: [PATCH] Fix socket activation feature This feature is enabled for all profiles. Change-Id: Ib1db1f645da1f1c10f6cec5ed633db827c136315 Signed-off-by: Hwankyu Jhun --- packaging/debug-launchpad.spec | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/packaging/debug-launchpad.spec b/packaging/debug-launchpad.spec index 2d3b388..b3eab40 100755 --- a/packaging/debug-launchpad.spec +++ b/packaging/debug-launchpad.spec @@ -22,20 +22,9 @@ BuildRequires: pkgconfig(bundle) BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(vconf) BuildRequires: pkgconfig(security-manager) - -%if "%{?profile}" == "wearable" -BuildRequires: pkgconfig(libsystemd-daemon) -%define appfw_feature_socket_activation 1 -%else -%if "%{?profile}" == "mobile" BuildRequires: pkgconfig(libsystemd-daemon) + %define appfw_feature_socket_activation 1 -%else -%if "%{?profile}" == "tv" -%define appfw_feature_socket_activation 0 -%endif -%endif -%endif %description Debug launchpad -- 2.7.4