Fix the build break
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 10 Apr 2013 11:45:46 +0000 (20:45 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 10 Apr 2013 12:12:03 +0000 (21:12 +0900)
Change-Id: Ia04aeb9eedcf90dbbaffe775fd39a5b0fe50fb8e

CMakeLists.txt
packaging/liblivebox-cpp.spec

index 600297e..07ff901 100644 (file)
@@ -18,6 +18,7 @@ pkg_check_modules(pkgs REQUIRED
        dlog
        livebox
        livebox-service
+       evas
 )
 
 FOREACH(flag ${pkgs_CXXFLAGS})
index 0798ef7..24a21bc 100644 (file)
@@ -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