mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/lmms: fix
This commit is contained in:
parent
a32983458f
commit
3d80516696
1 changed files with 2 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
|||
# - remove carla makedepend, set -DWANT_CARLA=OFF
|
||||
# - remove -DWINE_INCLUDE_DIR and -DWINE_LIBRARY from cmake command
|
||||
# - upstream rpmalloc fix for ARM
|
||||
# - remove optdepends on lib32 glibc/gcc-libcs, set -D WANT_VST=OFF
|
||||
|
||||
pkgname=lmms
|
||||
pkgver=1.2.2
|
||||
|
@ -55,8 +56,6 @@ makedepends=(
|
|||
stk
|
||||
)
|
||||
optdepends=(
|
||||
'lib32-gcc-libs: VST plugin support'
|
||||
'lib32-glibc: VST plugin support'
|
||||
'pulseaudio: pulseaudio support'
|
||||
)
|
||||
options=(!lto)
|
||||
|
@ -103,6 +102,7 @@ build() {
|
|||
-D WINE_INCLUDE_DIR=/usr/include/wine/windows
|
||||
-D WINE_LIBRARY=/usr/lib32/wine
|
||||
-D WANT_CARLA=OFF
|
||||
-D WANT_VST=OFF
|
||||
-S $pkgname
|
||||
-W no-dev
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue