From: Jiyong Date: Wed, 14 Feb 2024 07:24:39 +0000 (+0900) Subject: Fix build error if build conf is not defined X-Git-Tag: accepted/tizen/unified/20240215.130030^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=497a7f1e7885030b3d35517808bf7b0fc1b59552;p=platform%2Fcore%2Fapi%2Fmedia-controller.git Fix build error if build conf is not defined Change-Id: Ifd2d0d3c096cb355965845917881c6cab8b5f090 --- diff --git a/packaging/capi-media-controller.spec b/packaging/capi-media-controller.spec index bd023b2..bc8c19d 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.40 +Version: 0.2.41 Release: 1 Group: Multimedia/API License: Apache-2.0 @@ -26,7 +26,7 @@ BuildRequires: pkgconfig(vconf) # socket activation enable(1), disable(0) %if ("%{tizen_profile_name}" == "tv") -%if %{sec_buildconf_optimized_memory} +%if ("%{sec_buildconf_optimized_memory}" == "1") %define on_demand 1 %else %define on_demand 0