build: remove useless check for libs

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-05-09 19:58:16 +02:00
parent 70dffba6b1
commit 0a1bf94036
1 changed files with 0 additions and 10 deletions

View File

@ -128,7 +128,6 @@ execute_process(
# this sets up: # this sets up:
# AWESOME_REQUIRED_LIBRARIES # AWESOME_REQUIRED_LIBRARIES
# AWESOME_REQUIRED_INCLUDE_DIRS # AWESOME_REQUIRED_INCLUDE_DIRS
# AWESOMECLIENT_LIBRARIES
# Use pkgconfig to get most of the libraries # Use pkgconfig to get most of the libraries
pkg_check_modules(AWESOME_COMMON_REQUIRED REQUIRED pkg_check_modules(AWESOME_COMMON_REQUIRED REQUIRED
@ -185,15 +184,6 @@ set(AWESOME_REQUIRED_INCLUDE_DIRS
${AWESOME_COMMON_REQUIRED_INCLUDE_DIRS} ${AWESOME_COMMON_REQUIRED_INCLUDE_DIRS}
${AWESOME_REQUIRED_INCLUDE_DIRS} ${AWESOME_REQUIRED_INCLUDE_DIRS}
${LUA_INCLUDE_DIR}) ${LUA_INCLUDE_DIR})
set(AWESOMECLIENT_LIBRARIES
${AWESOME_COMMON_REQUIRED_LIBRARIES}
${LIB_READLINE}
${LIB_XCB}
${CURSES_LIBRARIES})
set(AWESOMECLIENT_REQUIRED_INCLUDE_DIRS
${AWESOME_COMMON_REQUIRED_INCLUDE_DIRS})
# }}} # }}}
# {{{ Optional libraries # {{{ Optional libraries