Skip to content

Commit 3af692f

Browse files
authored
switch-libmpv: disable lua (fix crash on second app startup (#401)
1 parent ebf2d79 commit 3af692f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

switch/libmpv/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pkgbasename=libmpv
55
pkgname=switch-${pkgbasename}
66
pkgver=0.39.0
7-
pkgrel=2
7+
pkgrel=3
88
pkgdesc='Command line video player (library only)'
99
arch=('any')
1010
url='https://mpv.io/'
@@ -28,7 +28,7 @@ build() {
2828
cd mpv-$pkgver
2929

3030
/opt/devkitpro/meson-cross.sh switch ../crossfile.txt build \
31-
-Dlibmpv=true -Dcplayer=false -Dtests=false -Dplain-gl=enabled -Dlua=enabled \
31+
-Dlibmpv=true -Dcplayer=false -Dtests=false -Dplain-gl=enabled -Dlua=disabled \
3232
-Dsdl2=enabled -Dsdl2-gamepad=enabled -Dsdl2-audio=enabled -Dsdl2-video=enabled \
3333
-Diconv=disabled
3434

0 commit comments

Comments
 (0)