CMake: Add check for xinerama

This commit is contained in:
Marc Lagrange 2008-11-30 08:55:55 +01:00
parent 7ca18df97d
commit e9b2219566

View File

@ -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)