Browse Source

CMake: remove xpm linking and checking package

Signed-off-by: Marc Lagrange <markocpc@gmail.com>
Marc Lagrange 15 years ago
parent
commit
40f15ed7bc
1 changed files with 2 additions and 4 deletions
  1. 2 4
      CMakeLists.txt

+ 2 - 4
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)