mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
vlc: fix configure failures with ENTERPRISE_DISTRO=1
VLC will by default search for libmad, liba52 and other libraries and may fail to configure if they are not available. We add the relevant options to EXTRA_OECONF to ensure that ENTERPRISE_DISTRO is respected. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
07a97f66b2
commit
3d6369b7c3
@@ -65,6 +65,9 @@ EXTRA_OECONF = "\
|
||||
ac_cv_path_MOC=${STAGING_BINDIR_NATIVE}/moc4 \
|
||||
ac_cv_path_RCC=${STAGING_BINDIR_NATIVE}/rcc4 \
|
||||
ac_cv_path_UIC=${STAGING_BINDIR_NATIVE}/uic4 \
|
||||
${@base_conditional('ENTERPRISE_DISTRO', '1', \
|
||||
'--disable-mad --disable-id3tag --disable-a52 --disable-libmpeg2', \
|
||||
'--enable-mad --enable-id3tag --enable-a52 --enable-libmpeg2', d)} \
|
||||
"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user