Add dependency so spotify blob is built before clementine.

This commit is contained in:
John Maguire 2011-05-17 11:53:17 +00:00
parent 8dd745895a
commit 69b2942566
1 changed files with 5 additions and 0 deletions

View File

@ -1118,6 +1118,11 @@ target_link_libraries(clementine
clementine_lib
)
# macdeploy.py relies on the blob being built first.
if(HAVE_SPOTIFY_BLOB)
add_dependencies(clementine clementine-spotifyblob)
endif(HAVE_SPOTIFY_BLOB)
set_target_properties(clementine PROPERTIES
MACOSX_BUNDLE_INFO_PLIST "../dist/Info.plist"
)