Remove unnecessary dependency - ecore 90/283690/1 accepted/tizen/unified/20221103.165733
authorJeongmo Yang <jm80.yang@samsung.com>
Mon, 24 Oct 2022 10:26:33 +0000 (19:26 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Mon, 24 Oct 2022 10:27:05 +0000 (19:27 +0900)
[Version] 0.4.95
[Issue Type] Clean up

Change-Id: I4dc6caab6d1acc222334cb7fbb6099e0ecf00c3e
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
packaging/capi-media-camera.spec
test/CMakeLists.txt
test/camera_test_headed.c

index 94be33d..8142d3c 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-camera
 Summary:    A Camera API
-Version:    0.4.94
+Version:    0.4.95
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0
@@ -19,7 +19,6 @@ BuildRequires:  pkgconfig(capi-media-tool)
 BuildRequires:  pkgconfig(libtbm)
 BuildRequires:  pkgconfig(appcore-efl)
 BuildRequires:  pkgconfig(elementary)
-BuildRequires:  pkgconfig(ecore)
 BuildRequires:  pkgconfig(evas)
 
 Requires(post): /sbin/ldconfig
index bc0f09d..807a61d 100644 (file)
@@ -9,7 +9,7 @@ SET(COMMON_SRC_NAME "camera_test.c")
 SET(fw_test_headed "${fw_test}-headed")
 
 INCLUDE(FindPkgConfig)
-PKG_CHECK_MODULES(${fw_test_headed} REQUIRED elementary evas ecore appcore-efl libtbm)
+PKG_CHECK_MODULES(${fw_test_headed} REQUIRED elementary evas appcore-efl libtbm)
 FOREACH(flag ${${fw_test_headed}_CFLAGS})
     SET(EXTRA_CFLAGS_HEADED "${EXTRA_CFLAGS_HEADED} ${flag}")
     MESSAGE(${flag})
index a88255a..4dac241 100644 (file)
@@ -18,7 +18,6 @@
  * limitations under the License.
  *
  */
-#include <Ecore.h>
 #include <Elementary.h>
 #include <appcore-efl.h>
 #include "camera_test.h"