mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-01 20:06:53 +01:00
Oops, link against gio
This commit is contained in:
parent
43a73555db
commit
7845a243c2
@ -551,6 +551,10 @@ if(HAVE_LIBGPOD)
|
||||
target_link_libraries(clementine_lib ${LIBGPOD_LIBRARIES})
|
||||
endif(HAVE_LIBGPOD)
|
||||
|
||||
if(HAVE_GIO)
|
||||
target_link_libraries(clementine_lib ${GIO_LIBRARIES})
|
||||
endif(HAVE_GIO)
|
||||
|
||||
if (APPLE)
|
||||
target_link_libraries(clementine_lib
|
||||
${GROWL}
|
||||
|
Loading…
x
Reference in New Issue
Block a user