aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xmame/xmame-tiny_0.100.bb
blob: 21e8ebe44fc87402f5f64ad6b2e58065ed5287a9 (plain)
1
2
3
4
5
6
7
8
9
require xmame_${PV}.bb

DESCRIPTION = "Multiple Arcade Machine Emulator based on SDL (tiny version)"
TINY = "1"
SRC_URI += " file://tiny.mak"

do_compile_prepend () {
	cp ${WORKDIR}/tiny.mak ${S}/src/mame.mak
}