summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobozzz2018-12-10 08:59:33 +0100
committerChocobozzz2018-12-10 08:59:33 +0100
commit4ae5066a27f55e09138385a480807f93ed8c759c (patch)
tree72b3fea07126b86bf0e48728baae69b344e36c99
parent1bac7ec77a9ec18cc042bdb51e036757c3711905 (diff)
downloadaur-4ae5066a27f55e09138385a480807f93ed8c759c.tar.gz
Fix compilation when having libspotify
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b138258fbbb..c1554dc1b490 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Dec 7 15:06:49 UTC 2018
+# Mon Dec 10 07:59:28 UTC 2018
pkgbase = clementine-qt5-git
pkgdesc = Experimental Qt5 version of Clementine, a modern music player and library organiser.
pkgver = 1.3.1.r659.g453270c8b
diff --git a/PKGBUILD b/PKGBUILD
index 922e8077f615..c4de61b1358a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,8 @@ build() {
# Don't make a release build since it's experimental and we would need debug/info/warning messages
# Add -DCMAKE_BUILD_TYPE=Release if you're an adventurer
cmake "../Clementine" \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DENABLE_SPOTIFY_BLOB=off
make
}