aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-09-15 15:22:01 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-09-26 08:29:09 +0200
commite05536ca6835944e80df61c82bfe60d423c7c193 (patch)
tree96b17b50d20ca9c745fcb83c4d9ce7325683a949 /meta-oe
parent5d131fd4f6de094dbde5d2da301ca7b0637d0809 (diff)
downloadmeta-openembedded-contrib-e05536ca6835944e80df61c82bfe60d423c7c193.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-multimedia/mplayer/mpv_0.15.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.15.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.15.0.bb
index 768c87ae2e..292c70154c 100644
--- a/meta-oe/recipes-multimedia/mplayer/mpv_0.15.0.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.15.0.bb
@@ -49,6 +49,7 @@ EXTRA_OECONF = " \
--disable-lcms2 \
--disable-vapoursynth \
--disable-vapoursynth-lazy \
+ ${PACKAGECONFIG_CONFARGS} \
"
do_configure_prepend () {