From 7d4a37155fbafaeb1575eddf72e77bf6af21e658 Mon Sep 17 00:00:00 2001 From: "craig.p.drummond" Date: Thu, 22 Aug 2013 18:21:41 +0000 Subject: [PATCH] Replay gain app does not need X11!!! --- replaygain/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/replaygain/CMakeLists.txt b/replaygain/CMakeLists.txt index fe8f0b996..4611764f4 100644 --- a/replaygain/CMakeLists.txt +++ b/replaygain/CMakeLists.txt @@ -79,9 +79,6 @@ if (FFMPEG_FOUND OR MPG123_FOUND) endif (WIN32) endif (ENABLE_KDE_SUPPORT) - if (NOT ENABLE_KDE_SUPPORT AND NOT WIN32) - target_link_libraries(cantata-replaygain X11) - endif (NOT ENABLE_KDE_SUPPORT AND NOT WIN32) if (FFMPEG_FOUND) target_link_libraries(cantata-replaygain ${FFMPEG_LIBRARIES}) endif (FFMPEG_FOUND)