From: Jiyong Date: Wed, 31 Jan 2024 05:47:30 +0000 (+0900) Subject: Enable on-demand with socket activation for sec_buildconf_optimized_memory X-Git-Tag: accepted/tizen/unified/20240212.170157~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F305303%2F5;p=platform%2Fcore%2Fapi%2Fmedia-controller.git Enable on-demand with socket activation for sec_buildconf_optimized_memory Change-Id: I0f9be5e23da8a14609afbb579c0665474727273f --- diff --git a/packaging/capi-media-controller.spec b/packaging/capi-media-controller.spec index 5ca0142..14e309d 100644 --- a/packaging/capi-media-controller.spec +++ b/packaging/capi-media-controller.spec @@ -1,6 +1,6 @@ Name: capi-media-controller Summary: A media controller library in Tizen Native API -Version: 0.2.38 +Version: 0.2.39 Release: 1 Group: Multimedia/API License: Apache-2.0 @@ -25,8 +25,12 @@ BuildRequires: pkgconfig(capi-appfw-app-control) BuildRequires: pkgconfig(vconf) # socket activation enable(1), disable(0) -%if "%{tizen_profile_name}" == "tv" +%if ("%{tizen_profile_name}" == "tv") +%if %{sec_buildconf_optimized_memory} +%define on_demand 1 +%else %define on_demand 0 +%endif %else %define on_demand 1 %endif