From e9b2219566f796b5f523ee967d45ca26e9ca2d6b Mon Sep 17 00:00:00 2001 From: Marc Lagrange Date: Sun, 30 Nov 2008 08:55:55 +0100 Subject: [PATCH] CMake: Add check for xinerama --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ced6a5..b46bc7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,7 +99,8 @@ pkg_check_modules(wmfs_required x11 libconfuse freetype2 - xft) + xft + xinerama) # Find exterbal programs macro(a_find_program var prg req)