Remove json-glib from the spec & cmake scripts 84/136784/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 3 Jul 2017 07:04:37 +0000 (16:04 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 3 Jul 2017 07:04:37 +0000 (16:04 +0900)
Change-Id: I67cfcbaea12ebd77210892d2d27aa71ba0e167da
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
CMakeLists.txt
packaging/context-common.spec

index f84a64f..009be7d 100644 (file)
@@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
 PROJECT(context-common)
 INCLUDE(GNUInstallDirs)
 
-SET(DEPS "glib-2.0 gio-2.0 json-glib-1.0 capi-base-common dlog")
+SET(DEPS "glib-2.0 gio-2.0 capi-base-common dlog")
 SET(INCDIR "${CMAKE_INSTALL_INCLUDEDIR}/context-service")
 
 INCLUDE_DIRECTORIES(
index d45e2c0..aeef5a6 100644 (file)
@@ -9,7 +9,6 @@ Source0:    %{name}-%{version}.tar.gz
 BuildRequires: cmake
 BuildRequires: pkgconfig(glib-2.0)
 BuildRequires: pkgconfig(gio-2.0)
-BuildRequires: pkgconfig(json-glib-1.0)
 BuildRequires: pkgconfig(sqlite3)
 BuildRequires: pkgconfig(dlog)
 BuildRequires: pkgconfig(libsystemd-login)