From eeb9413ae1027255aad70f0a1ac7fc4b8bb2b5b4 Mon Sep 17 00:00:00 2001 From: Dongchul Lim Date: Thu, 17 Apr 2014 16:09:20 +0900 Subject: [PATCH] [VMODEM] Remove redundant message in log Change-Id: Ia4d3bde52722a348b72d205942bd6840ac65fd94 --- CMakeLists.txt | 2 +- packaging/tel-plugin-vmodem.spec | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d621c71..4cf11cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ SET(CMAKE_INSTALL_PREFIX "${PREFIX}") # Set required packages INCLUDE(FindPkgConfig) -pkg_check_modules(pkgs REQUIRED glib-2.0 tcore dlog) +pkg_check_modules(pkgs REQUIRED glib-2.0 tcore) FOREACH(flag ${pkgs_CFLAGS}) SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}") diff --git a/packaging/tel-plugin-vmodem.spec b/packaging/tel-plugin-vmodem.spec index b8bf4d5..775dd0f 100644 --- a/packaging/tel-plugin-vmodem.spec +++ b/packaging/tel-plugin-vmodem.spec @@ -14,7 +14,6 @@ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: cmake BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(tcore) %description -- 2.7.4