summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorRafaël Carré <funman@videolan.org>2015-11-19 14:14:54 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-12-18 12:30:22 +0100
commita1f29e592b57ae314d1ebb7ffc6f00a121587a65 (patch)
tree1c006627022796ce99544b71b11e0521a9723a55 /meta-multimedia
parenta4c65677c56dd64cc2ab8ae0ad56c463faf743fa (diff)
downloadmeta-openembedded-a1f29e592b57ae314d1ebb7ffc6f00a121587a65.tar.gz
VLC: explicit PACKAGECONFIG for fontconfig
Enable it by default Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/vlc/vlc.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc
index 0d0baed12..f93daf011 100644
--- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc
+++ b/meta-multimedia/recipes-multimedia/vlc/vlc.inc
@@ -43,7 +43,7 @@ EXTRA_OECONF = "\
43 ac_cv_path_UIC=${STAGING_BINDIR_NATIVE}/uic4 \ 43 ac_cv_path_UIC=${STAGING_BINDIR_NATIVE}/uic4 \
44" 44"
45 45
46PACKAGECONFIG ?= " live555 dc1394 dv1394 notify" 46PACKAGECONFIG ?= " live555 dc1394 dv1394 notify fontconfig"
47PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad" 47PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad"
48PACKAGECONFIG[a52] = "--enable-a52,--disable-a52,liba52" 48PACKAGECONFIG[a52] = "--enable-a52,--disable-a52,liba52"
49PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" 49PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
@@ -71,6 +71,7 @@ PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libraw1394 libavc1394"
71PACKAGECONFIG[svg] = "--enable-svg,--disable-svg,librsvg" 71PACKAGECONFIG[svg] = "--enable-svg,--disable-svg,librsvg"
72PACKAGECONFIG[svgdec] = "--enable-svgdec,--disable-svgdec,librsvg cairo" 72PACKAGECONFIG[svgdec] = "--enable-svgdec,--disable-svgdec,librsvg cairo"
73PACKAGECONFIG[notify] = "--enable-notify,--disable-notify, libnotify gtk+" 73PACKAGECONFIG[notify] = "--enable-notify,--disable-notify, libnotify gtk+"
74PACKAGECONFIG[fontconfig] = "--enable-fontconfig,--disable-fontconfig, fontconfig"
74 75
75do_configure_prepend() { 76do_configure_prepend() {
76 cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true 77 cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true