CMake: Add xpm to required packages

This commit is contained in:
Marc Lagrange 2008-10-12 16:06:41 +02:00
parent fab7efa473
commit fcf431661d

View File

@ -75,7 +75,8 @@ pkg_check_modules(wmfs_required
x11
libconfuse
freetype2
xft)
xft
xpm)
# Find exterbal programs
macro(a_find_program var prg req)
set(required ${req})