mame: use system lua (5.3)

This commit is contained in:
Jürgen Buchmüller 2015-10-02 15:24:43 +02:00
parent 6db5f63947
commit 734603c333

View file

@ -1,7 +1,7 @@
# Template file for 'mame'
pkgname=mame
version=0166
revision=1
revision=2
wrksrc="mame-${version}s"
homepage="http://mamedev.org"
distfiles="https://github.com/mamedev/$pkgname/releases/download/${pkgname}${version}/${pkgname}${version}s.zip"
@ -36,9 +36,7 @@ do_build() {
opts+=" USE_SYSTEM_LIB_ZLIB=1"
opts+=" USE_SYSTEM_LIB_JPEG=1"
opts+=" USE_SYSTEM_LIB_FLAC=1"
# Doesn't work with lua 5.2.x because it fails to find
# find lua_writestringerror() which is part of lua 5.3.x
# opts+=" USE_SYSTEM_LIB_LUA=1"
opts+=" USE_SYSTEM_LIB_LUA=1"
opts+=" USE_SYSTEM_LIB_SQLITE3=1"
opts+=" USE_SYSTEM_LIB_PORTMIDI=1"
opts+=" USE_SYSTEM_LIB_PORTAUDIO=1"