mirror of
https://github.com/cazfi/meta-games.git
synced 2026-05-02 21:32:12 +02:00
scummvm: fix parse with recent oe-core
Thanks to oe-core: commit 0391fcad9103abca0796a068f957d0df63ab4776 Author: Ross Burton <ross.burton@intel.com> Date: Mon Jan 29 17:11:10 2018 +0000 classes/utils: remove compatibility functions Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ SRC_URI = " \
|
||||
"
|
||||
|
||||
DEPENDS = "virtual/libsdl libvorbis libogg zlib flac faad2 \
|
||||
${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad mpeg2dec', d)}"
|
||||
${@oe.utils.conditional('ENTERPRISE_DISTRO', '1', '', 'libmad mpeg2dec', d)}"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--host=${HOST_SYS} \
|
||||
@@ -29,7 +29,7 @@ EXTRA_OECONF = " \
|
||||
--default-dynamic \
|
||||
--enable-all-engines \
|
||||
--disable-fluidsynth \
|
||||
${@base_conditional('ENTERPRISE_DISTRO', '1', '--disable-mad', '--with-mad-prefix=${STAGING_LIBDIR}/..', d)} \
|
||||
${@oe.utils.conditional('ENTERPRISE_DISTRO', '1', '--disable-mad', '--with-mad-prefix=${STAGING_LIBDIR}/..', d)} \
|
||||
"
|
||||
|
||||
EXTRA_OEMAKE = "MANDIR=${mandir}"
|
||||
|
||||
Reference in New Issue
Block a user