cmake: awesome-client: stop linking to X libs

This commit is contained in:
Michael Gehring 2008-06-20 19:38:39 +02:00 committed by Julien Danjou
parent 37ccec4800
commit bc85cd80ea
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ TARGET_LINK_LIBRARIES(${PROJECT_AWE_NAME}
${AWESOME_OPTIONAL_LIBRARIES}) ${AWESOME_OPTIONAL_LIBRARIES})
TARGET_LINK_LIBRARIES(${PROJECT_AWECLIENT_NAME} TARGET_LINK_LIBRARIES(${PROJECT_AWECLIENT_NAME}
${AWESOME_REQUIRED_LIBRARIES}
${LIB_READLINE} ${LIB_READLINE}
${LIB_NCURSES}) ${LIB_NCURSES})