Header files unification 52/21352/1
authorsharan m <sharan.m@samsung.com>
Wed, 7 May 2014 12:39:51 +0000 (18:09 +0530)
committerDongchul Lim <dc7.lim@samsung.com>
Mon, 19 May 2014 08:57:11 +0000 (17:57 +0900)
Change-Id: I137d3f96bb59c01acc9fb59f065653e9f8c97d00

CMakeLists.txt
packaging/tel-plugin-imcmodem.spec [changed mode: 0644->0755]

index 2c839d8..eed0756 100644 (file)
@@ -11,7 +11,7 @@ SET(CMAKE_INSTALL_PREFIX "${PREFIX}")
 
 # Set required packages
 INCLUDE(FindPkgConfig)
-pkg_check_modules(pkgs REQUIRED glib-2.0 gthread-2.0 tcore)
+pkg_check_modules(pkgs REQUIRED glib-2.0 gthread-2.0 tcore tel-headers)
 
 FOREACH(flag ${pkgs_CFLAGS})
        SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
old mode 100644 (file)
new mode 100755 (executable)
index c0e9e05..b2ed220
@@ -13,6 +13,7 @@ Source1001:   tel-plugin-imcmodem.manifest
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(tcore)
+BuildRequires:  pkgconfig(tel-headers)
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig