Update PKGBUILD

This commit is contained in:
Jonas Kvinge 2019-01-03 02:49:08 +01:00
parent bcc103e572
commit f57416d22b
1 changed files with 5 additions and 1 deletions

View File

@ -31,6 +31,7 @@ depends=(
libusbmuxd
libplist
libimobiledevice
phonon-qt5
)
optdepends=(
gst-plugins-bad
@ -55,7 +56,10 @@ prepare() {
build() {
cd "${srcdir}/strawberry/strawberry-build"
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_PREFIX=/usr \
-DUSE_SYSTEM_TAGLIB=ON \
-DENABLE_STREAM_DEEZER=ON \
-DENABLE_PHONON=ON
make
}