mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +00:00
mkvtoolnix: Add PACKAGECONFIG for flac
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -18,6 +18,9 @@ inherit autotools gettext
|
||||
RUBY_SYS = "${@ '${BUILD_SYS}'.replace('i486', 'i386').replace('i586', 'i386').replace('i686', 'i386') }"
|
||||
export RUBYLIB="${STAGING_DATADIR_NATIVE}/rubygems:${STAGING_LIBDIR_NATIVE}/ruby:${STAGING_LIBDIR_NATIVE}/ruby/${RUBY_SYS}"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[flac] = "--with-flac,--without-flac,flac"
|
||||
|
||||
EXTRA_OECONF = " --with-boost-libdir=${STAGING_LIBDIR} \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user