From 40f15ed7bc95f782002f65006dc3ce44a121d78b Mon Sep 17 00:00:00 2001 From: Marc Lagrange Date: Fri, 17 Oct 2008 21:01:04 +0200 Subject: [PATCH] CMake: remove xpm linking and checking package Signed-off-by: Marc Lagrange --- CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bb774a..ed0f462 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,8 +69,7 @@ set(LIBRARIES_TO_LINK ${FREETYPE_LIBRARIES} ${X11_LIBRARIES} confuse - Xft - Xpm) + Xft) target_link_libraries(wmfs ${LIBRARIES_TO_LINK}) @@ -87,8 +86,7 @@ pkg_check_modules(wmfs_required x11 libconfuse freetype2 - xft - xpm) + xft) # Find exterbal programs macro(a_find_program var prg req)