From: Jeongmo Yang Date: Tue, 29 Nov 2016 06:34:40 +0000 (+0900) Subject: Remove unnecessary package dependency X-Git-Tag: accepted/tizen/common/20161129.173629~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=e663e3988ce29829c92874d7f7c9800fbbf4604f;p=platform%2Fcore%2Fmultimedia%2Flibmm-camcorder.git Remove unnecessary package dependency [Version] 0.10.95-1 [Profile] Common [Issue Type] Update [Dependency module] N/A Change-Id: I00f5b10bc82293d467d46ac51bfebfa5eef08ccf Signed-off-by: Jeongmo Yang --- diff --git a/configure.ac b/configure.ac index 81d4454..af61d55 100644 --- a/configure.ac +++ b/configure.ac @@ -39,10 +39,6 @@ PKG_CHECK_MODULES(GST_APP, gstreamer-app-1.0 >= 1.2.0) AC_SUBST(GST_APP_CFLAGS) AC_SUBST(GST_APP_LIBS) -PKG_CHECK_MODULES(GST_WAYLAND, gstreamer-wayland-1.0 >= 1.2.0) -AC_SUBST(GST_WAYLAND_CFLAGS) -AC_SUBST(GST_WAYLAND_LIBS) - PKG_CHECK_MODULES(MM_COMMON, mm-common) AC_SUBST(MM_COMMON_CFLAGS) AC_SUBST(MM_COMMON_LIBS) diff --git a/packaging/libmm-camcorder.spec b/packaging/libmm-camcorder.spec index 07ddedb..be7dcd2 100644 --- a/packaging/libmm-camcorder.spec +++ b/packaging/libmm-camcorder.spec @@ -1,7 +1,7 @@ Name: libmm-camcorder Summary: Camera and recorder library Version: 0.10.95 -Release: 0 +Release: 1 Group: Multimedia/Libraries License: Apache-2.0 Source0: %{name}-%{version}.tar.gz @@ -18,8 +18,6 @@ BuildRequires: pkgconfig(mmutil-jpeg) BuildRequires: pkgconfig(gstreamer-base-1.0) BuildRequires: pkgconfig(gstreamer-video-1.0) BuildRequires: pkgconfig(gstreamer-app-1.0) -BuildRequires: pkgconfig(gstreamer-wayland-1.0) -BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(vconf) BuildRequires: pkgconfig(libtbm) BuildRequires: pkgconfig(storage) diff --git a/src/Makefile.am b/src/Makefile.am index 752719c..c811116 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -38,7 +38,6 @@ libmmfcamcorder_la_CFLAGS = -I$(srcdir)/include \ $(GST_PLUGIN_BASE_CFLAGS) \ $(GST_VIDEO_CFLAGS) \ $(GST_APP_CFLAGS) \ - $(GST_WAYLAND_CFLAGS) \ $(EXIF_CFLAGS) \ $(MM_COMMON_CFLAGS) \ $(MMSOUND_CFLAGS) \ @@ -58,7 +57,6 @@ libmmfcamcorder_la_LIBADD = \ $(GST_PLUGIN_BASE_LIBS) \ $(GST_VIDEO_LIBS) \ $(GST_APP_LIBS) \ - $(GST_WAYLAND_LIBS) \ $(MM_COMMON_LIBS) \ $(EXIF_LIBS) \ $(MMSOUND_LIBS) \ diff --git a/src/mm_camcorder_attribute.c b/src/mm_camcorder_attribute.c index af6ba6e..41b288e 100644 --- a/src/mm_camcorder_attribute.c +++ b/src/mm_camcorder_attribute.c @@ -29,7 +29,6 @@ #include #include #include -#include /*----------------------------------------------------------------------- | MACRO DEFINITIONS: | diff --git a/src/mm_camcorder_gstcommon.c b/src/mm_camcorder_gstcommon.c index 7ad12b8..73aedbf 100644 --- a/src/mm_camcorder_gstcommon.c +++ b/src/mm_camcorder_gstcommon.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include