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)