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/8.0/unified/20240215.155628^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ce4ea9e7aec77df64a8e3f7278b57d26859020f;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 73202e2..bc1be54 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 @@ -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