From: Jihoon Kim Date: Thu, 25 Feb 2016 23:07:29 +0000 (+0900) Subject: Reduce the dependent libraries X-Git-Tag: submit/tizen/20160226.002100~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F76%2F60376%2F1;p=platform%2Fcore%2Fuifw%2Flibscl-common.git Reduce the dependent libraries Change-Id: I8d32fe74d25520cb4397a36feecb788359c1dcaf --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f470389..8a730f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/src INCLUDE(FindPkgConfig) pkg_check_modules(pkgs REQUIRED - elementary + evas ) FOREACH(flag ${pkgs_CFLAGS}) diff --git a/packaging/libscl-common.spec b/packaging/libscl-common.spec index 4c6b230..d6bd62b 100644 --- a/packaging/libscl-common.spec +++ b/packaging/libscl-common.spec @@ -8,9 +8,8 @@ Release: 1 Group: Graphics & UI Framework/Input License: Apache-2.0 Source0: libscl-common-%{version}.tar.gz -BuildRequires: gettext-tools BuildRequires: cmake -BuildRequires: pkgconfig(elementary) +BuildRequires: pkgconfig(evas) %description