Fix build error if build conf is not defined 60/305960/1 accepted/tizen/8.0/unified/20240215.155628
authorJiyong <jiyong.min@samsung.com>
Wed, 14 Feb 2024 07:24:39 +0000 (16:24 +0900)
committerJiyong <jiyong.min@samsung.com>
Wed, 14 Feb 2024 07:26:53 +0000 (16:26 +0900)
Change-Id: Ifd2d0d3c096cb355965845917881c6cab8b5f090

packaging/capi-media-controller.spec

index 73202e2c231abd682aff4ac59fdb2526870b4ad5..bc1be54282e0b80cb8fce63a5a16af7050d1353c 100644 (file)
@@ -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