From 3bd6a56264acd26032fbf7898953b7044af1bf79 Mon Sep 17 00:00:00 2001 From: Dongchul Lim Date: Mon, 19 May 2014 16:18:03 +0900 Subject: [PATCH] Header files unification Change-Id: I116a4ee943ed8a82ea6bcff8da3e28d456ab2cdb --- CMakeLists.txt | 2 +- packaging/tel-plugin-database.spec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb30a72..ada97b2 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 db-util) +pkg_check_modules(pkgs REQUIRED glib-2.0 tcore tel-headers db-util) FOREACH(flag ${pkgs_CFLAGS}) SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}") diff --git a/packaging/tel-plugin-database.spec b/packaging/tel-plugin-database.spec index cd381a8..c96f9bf 100644 --- a/packaging/tel-plugin-database.spec +++ b/packaging/tel-plugin-database.spec @@ -15,6 +15,7 @@ Requires(postun): /sbin/ldconfig BuildRequires: cmake BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(tcore) +BuildRequires: pkgconfig(tel-headers) BuildRequires: pkgconfig(db-util) %description -- 2.7.4