1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-01 01:51:58 +02:00

Remove Phonon traces

This commit is contained in:
Uwe L. Korn
2014-10-21 20:46:44 +02:00
parent 68f608ac1a
commit a17a0e154c
4 changed files with 1 additions and 44 deletions

View File

@@ -380,16 +380,7 @@ if (WITH_KDE4)
endif(WITH_KDE4)
macro_log_feature(KDE4_FOUND "KDE4" "Provides support for configuring Telepathy Accounts from inside Tomahawk" "https://www.kde.org" FALSE "" "")
# if(NOT Phonon_FOUND)
# macro_optional_find_package(Phonon 4.5.0)
# endif()
# macro_log_feature(Phonon_FOUND "Phonon" "The Phonon multimedia library" "http://phonon.kde.org" TRUE "" "")
# if(Phonon_FOUND)
# message(STATUS "Phonon found; ensure that phonon-vlc is at least 0.4")
# endif()
#
IF( KDE4_FOUND OR Phonon_FOUND )
IF( KDE4_FOUND )
IF( CMAKE_C_FLAGS )
# KDE4 adds and removes some compiler flags that we don't like
# (only for gcc not for clang e.g.)