Replay gain app does not need X11!!!

This commit is contained in:
craig.p.drummond
2013-08-22 18:21:41 +00:00
committed by craig.p.drummond
parent 652d731439
commit 7d4a37155f

View File

@@ -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)