From: José Fonseca Date: Tue, 16 Oct 2012 09:17:13 +0000 (+0100) Subject: Don't link glxtrace against Xlib. It is unnecessary. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=17483ad1989ce725fe7d943b3fcb79b9802f7f70;p=apitrace Don't link glxtrace against Xlib. It is unnecessary. --- diff --git a/wrappers/CMakeLists.txt b/wrappers/CMakeLists.txt index a2bcfff..551c5d8 100644 --- a/wrappers/CMakeLists.txt +++ b/wrappers/CMakeLists.txt @@ -346,7 +346,6 @@ elseif (X11_FOUND) common ${ZLIB_LIBRARIES} ${SNAPPY_LIBRARIES} - ${X11_X11_LIB} ${CMAKE_THREAD_LIBS_INIT} dl )