From 961e0601b5406c75b556f470332a71a0318198cb Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Wed, 10 Apr 2013 20:45:46 +0900 Subject: [PATCH] Fix the build break Change-Id: Ia04aeb9eedcf90dbbaffe775fd39a5b0fe50fb8e --- CMakeLists.txt | 1 + packaging/liblivebox-cpp.spec | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.7.4