summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2013-04-10 20:45:46 +0900
committerGerrit Code Review <gerrit2@kim11>2013-04-10 21:12:03 +0900
commit961e0601b5406c75b556f470332a71a0318198cb (patch)
tree9e40413388ba33a57e2a69b8024d0ff2720cb77b
parentd8cf8f99825094a0eadec1befc4eda91d68dd4d0 (diff)
downloadlivebox-cpp-961e0601b5406c75b556f470332a71a0318198cb.tar.gz
livebox-cpp-961e0601b5406c75b556f470332a71a0318198cb.tar.bz2
livebox-cpp-961e0601b5406c75b556f470332a71a0318198cb.zip
Fix the build break
Change-Id: Ia04aeb9eedcf90dbbaffe775fd39a5b0fe50fb8e
-rw-r--r--CMakeLists.txt1
-rw-r--r--packaging/liblivebox-cpp.spec3
2 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 600297e..07ff901 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,6 +18,7 @@ pkg_check_modules(pkgs REQUIRED
dlog
livebox
livebox-service
+ evas
)
FOREACH(flag ${pkgs_CXXFLAGS})
diff --git a/packaging/liblivebox-cpp.spec b/packaging/liblivebox-cpp.spec
index 0798ef7..24a21bc 100644
--- a/packaging/liblivebox-cpp.spec
+++ b/packaging/liblivebox-cpp.spec
@@ -1,6 +1,6 @@
Name: liblivebox-cpp
Summary: C++ adaptor for a livebox
-Version: 0.2.6
+Version: 0.2.7
Release: 1
Group: HomeTF/Livebox
License: Flora License
@@ -8,6 +8,7 @@ Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake, gettext-tools, coreutils
BuildRequires: pkgconfig(dlog)
BuildRequires: pkgconfig(livebox)
+BuildRequires: pkgconfig(evas)
BuildRequires: pkgconfig(livebox-service)
%description