Set missed condition variable for TV product 88/318688/2 accepted/tizen_unified_toolchain accepted/tizen/9.0/unified/20241030.232508 accepted/tizen/unified/20241011.010620 accepted/tizen/unified/toolchain/20241022.122538 accepted/tizen/unified/toolchain/20241022.122957 accepted/tizen/unified/x/20241011.021753 accepted/tizen/unified/x/asan/20241014.000220 tizen_9.0_m2_release
authorJeongmo Yang <jm80.yang@samsung.com>
Mon, 7 Oct 2024 03:43:43 +0000 (12:43 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Mon, 7 Oct 2024 05:56:02 +0000 (14:56 +0900)
[Version] 1.3.1
[Issue Type] Bug fix

Change-Id: Ibb8b10e49732d12d68906da037e0cd9b5bea3661
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
configure.ac
packaging/libmm-camcorder.spec

index 9f53fb7bc59da27a0fa8e5a56055677e04bde4b3..3ff978753ff5fb236432363c51be8d0a6f2b1ddc 100644 (file)
@@ -117,17 +117,15 @@ AC_SUBST(RI_CFLAGS)
 AC_SUBST(RI_LIBS)
 fi
 
-AM_CONDITIONAL([RM_SUPPORT], [test "x$RM_SUPPORT" = "xyes"])
-
 AC_ARG_ENABLE(rm-common, AC_HELP_STRING([--enable-rm-common], [enable rm common]),
 [
   case "${enableval}" in
-    yes) RM_SUPPORT=yes ;;
-    no)  RM_SUPPORT=no ;;
+    yes) RM_COMMON_SUPPORT=yes ;;
+    no)  RM_COMMON_SUPPORT=no ;;
     *) AC_MSG_ERROR(bad value ${enableval} for --enable-rm-common) ;;
   esac
-],[RM_SUPPORT=no])
-if test "x$RM_SUPPORT" = "xyes"; then
+],[RM_COMMON_SUPPORT=no])
+if test "x$RM_COMMON_SUPPORT" = "xyes"; then
 PKG_CHECK_MODULES(RM, resource-manager)
 AC_SUBST(RM_CFLAGS)
 AC_SUBST(RM_LIBS)
@@ -136,7 +134,8 @@ PKG_CHECK_MODULES(RI, resource-information)
 AC_SUBST(RI_CFLAGS)
 AC_SUBST(RI_LIBS)
 fi
-AM_CONDITIONAL([RM_SUPPORT], [test "x$RM_SUPPORT" = "xyes"])
+
+AM_CONDITIONAL([RM_SUPPORT], [test "x$RM_SUPPORT" = "xyes" || test "x$RM_COMMON_SUPPORT" = "xyes"])
 
 AC_ARG_ENABLE(camera-conf-mgr-tv, AC_HELP_STRING([--enable-camera-conf-mgr-tv], [enable camera-conf-mgr-tv]),
 [
index 40e4bf624e6a311702fd0b87be4fc4223fda3520..bd8aada39e7377c701382cbaf63a4c915705e4e8 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       libmm-camcorder
 Summary:    Camera and recorder library
-Version:    1.3.0
+Version:    1.3.1
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0