diff --git a/extra/lmms/PKGBUILD b/extra/lmms/PKGBUILD index d08c7663e..4a01b231b 100644 --- a/extra/lmms/PKGBUILD +++ b/extra/lmms/PKGBUILD @@ -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 )