Set missed condition variable for TV product 88/318688/2 accepted/tizen_unified accepted/tizen_unified_x accepted/tizen_unified_x_asan tizen accepted/tizen/unified/20241011.010620 accepted/tizen/unified/x/20241011.021753 accepted/tizen/unified/x/asan/20241014.000220
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 9f53fb7..3ff9787 100644 (file)
@@ -117,17 +117,15 @@ AC_SUBST(RI_CFLAGS)
 AC_SUBST(RI_LIBS)
 fi
 
 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
 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
     *) 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)
 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
 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]),
 [
 
 AC_ARG_ENABLE(camera-conf-mgr-tv, AC_HELP_STRING([--enable-camera-conf-mgr-tv], [enable camera-conf-mgr-tv]),
 [
index 40e4bf6..bd8aada 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       libmm-camcorder
 Summary:    Camera and recorder library
 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
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0