mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-14 02:14:21 +01:00
Build fixes for Fedora 14.
This commit is contained in:
parent
a4176b79af
commit
e8c271b502
@ -729,6 +729,9 @@ target_link_libraries(clementine_lib
|
||||
${QTSINGLEAPPLICATION_LIBRARIES}
|
||||
${QTSINGLECOREAPPLICATION_LIBRARIES}
|
||||
${QTIOCOMPRESSOR_LIBRARIES}
|
||||
dl
|
||||
pthread
|
||||
z
|
||||
)
|
||||
|
||||
if(ENABLE_VISUALISATIONS)
|
||||
@ -761,7 +764,6 @@ if (APPLE)
|
||||
target_link_libraries(clementine_lib
|
||||
${GROWL}
|
||||
${SPARKLE}
|
||||
z
|
||||
/System/Library/Frameworks/AppKit.framework
|
||||
/System/Library/Frameworks/Carbon.framework
|
||||
/System/Library/Frameworks/DiskArbitration.framework
|
||||
|
Loading…
Reference in New Issue
Block a user