aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafaël Carré <funman@videolan.org>2015-11-10 14:55:33 +0100
committerRafaël Carré <funman@videolan.org>2015-11-19 13:22:16 +0100
commit8f62950b36c6972a962323d75ef2f448adce8808 (patch)
tree8ae0e7c9a79b06b474c3744e42d94ef700f25e5e
parentc076835ac255fdc7b4ebf9e744c394209707bac9 (diff)
downloadmeta-openembedded-contrib-8f62950b36c6972a962323d75ef2f448adce8808.tar.gz
VLC: explicit PACKAGECONFIG for fontconfig
Enable it by default
-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 0d0baed12b..f93daf0118 100644
--- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc
+++ b/meta-multimedia/recipes-multimedia/vlc/vlc.inc
@@ -43,7 +43,7 @@ EXTRA_OECONF = "\
ac_cv_path_UIC=${STAGING_BINDIR_NATIVE}/uic4 \
"
-PACKAGECONFIG ?= " live555 dc1394 dv1394 notify"
+PACKAGECONFIG ?= " live555 dc1394 dv1394 notify fontconfig"
PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad"
PACKAGECONFIG[a52] = "--enable-a52,--disable-a52,liba52"
PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
@@ -71,6 +71,7 @@ PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libraw1394 libavc1394"
PACKAGECONFIG[svg] = "--enable-svg,--disable-svg,librsvg"
PACKAGECONFIG[svgdec] = "--enable-svgdec,--disable-svgdec,librsvg cairo"
PACKAGECONFIG[notify] = "--enable-notify,--disable-notify, libnotify gtk+"
+PACKAGECONFIG[fontconfig] = "--enable-fontconfig,--disable-fontconfig, fontconfig"
do_configure_prepend() {
cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true