1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 01:00:13 +02:00

Find libechonest wherever it may be, or at least smarter than before

This commit is contained in:
Leo Franchi
2010-11-27 09:38:38 -05:00
parent 1c074f52b9
commit 0718be3848
3 changed files with 47 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ ENDIF()
FIND_PACKAGE( Taglib 1.6.0 REQUIRED )
FIND_PACKAGE( LibLastFm REQUIRED )
FIND_PACKAGE( LibEchonest REQUIRED )
IF( UNIX AND NOT APPLE )
ADD_SUBDIRECTORY( alsa-playback )