mpv: include PACKAGECONFIG_CONFARGS in EXTRA_OECONF

* otherwise jack is autodetected:
  mpv-0.15.0: mpv rdepends on libjack, but it isn't a build dependency, missing jack in DEPENDS or PACKAGECONFIG? [build-deps]

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2016-09-15 15:22:01 +02:00
parent 5d131fd4f6
commit e05536ca68

View File

@@ -49,6 +49,7 @@ EXTRA_OECONF = " \
--disable-lcms2 \
--disable-vapoursynth \
--disable-vapoursynth-lazy \
${PACKAGECONFIG_CONFARGS} \
"
do_configure_prepend () {