summarylogtreecommitdiffstats
path: root/spotify_install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'spotify_install.patch')
-rw-r--r--spotify_install.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/spotify_install.patch b/spotify_install.patch
deleted file mode 100644
index 3418beef1283..000000000000
--- a/spotify_install.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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)