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