From b9145a8161071bee25c6c1c026fbc2381bdfa0bb Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 21 Jun 2010 23:12:44 +0200 Subject: Show roster --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 49f4f09..3ea896e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,6 +13,7 @@ ensure_vala_version("0.8" MINIMUM) find_package(PkgConfig) pkg_check_modules(GTK REQUIRED gtk+-2.0) +pkg_check_modules(GEE REQUIRED gee-1.0) pkg_check_modules(ERL REQUIRED erl_interface) add_subdirectory(src) -- cgit v1.2.3