blob: 3c76fea7c4b64d3419e21c21e2251ce970ac2ba5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require scummvm.inc
DEPENDS = "virtual/libsdl tremor libogg zlib \
${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad mpeg2dec', d)}"
SRC_URI += " file://mouse.patch \
file://gcc-4.x.x-accept.patch \
file://sh3-linux-new-arch.patch \
file://tail-obselete-fix.patch \
file://tremor.patch"
SRC_URI[md5sum] = "143dd7cfe0995922c49e1f8a6cdf2055"
SRC_URI[sha256sum] = "29007f54d9e5a37a3da9f51670de7828dde9a3559beddbdd5c2f59796fb220f6"
|