summarylogtreecommitdiffstats
path: root/spotify_install.patch
blob: 3418beef12837af0479af54258c02970319a695a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- ext/clementine-spotifyblob/CMakeLists.txt	2016-03-03 21:42:28.483811815 +0100
+++ ext/clementine-spotifyblob/CMakeLists.txt.new	2016-03-03 21:42:56.237145560 +0100
@@ -62,18 +62,3 @@
           RUNTIME DESTINATION bin
   )
 endif(NOT APPLE)
-
-if(LINUX)
-  # Versioned name of the blob
-  if(CMAKE_SIZEOF_VOID_P EQUAL 4)
-    set(SPOTIFY_BLOB_ARCH 32)
-  else(CMAKE_SIZEOF_VOID_P EQUAL 4)
-    set(SPOTIFY_BLOB_ARCH 64)
-  endif(CMAKE_SIZEOF_VOID_P EQUAL 4)
-
-  install(
-    FILES ${CMAKE_BINARY_DIR}/clementine-spotifyblob
-    DESTINATION ${CMAKE_BINARY_DIR}/spotify/version${SPOTIFY_BLOB_VERSION}-${SPOTIFY_BLOB_ARCH}bit/
-    RENAME blob
-  )
-endif(LINUX)