From 98344b3dba153db64fecc5e838e6319edeb1797c Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Wed, 21 Jan 2015 10:48:50 +0100 Subject: [PATCH] switched from gee-0.6 to gee-0.8 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b6152c..cf015a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ pkg_check_modules(WNCK REQUIRED libwnck-3.0) pkg_check_modules(BAMF REQUIRED libbamf3) pkg_check_modules(GIO REQUIRED gio-unix-2.0) pkg_check_modules(CAIRO REQUIRED cairo) -pkg_check_modules(GEE REQUIRED gee-1.0) +pkg_check_modules(GEE REQUIRED gee-0.8) pkg_check_modules(X11 REQUIRED x11) pkg_check_modules(XML REQUIRED libxml-2.0) pkg_check_modules(XTST REQUIRED xtst) @@ -136,7 +136,7 @@ set(VALA_PKGS libwnck-3.0 libbamf3 cairo - gee-1.0 + gee-0.8 x11 gio-unix-2.0 posix