diff options
| author | Rafaël Carré <funman@videolan.org> | 2015-11-19 14:14:54 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-12-18 12:30:22 +0100 |
| commit | a1f29e592b57ae314d1ebb7ffc6f00a121587a65 (patch) | |
| tree | 1c006627022796ce99544b71b11e0521a9723a55 /meta-multimedia/recipes-multimedia | |
| parent | a4c65677c56dd64cc2ab8ae0ad56c463faf743fa (diff) | |
| download | meta-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/recipes-multimedia')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc.inc | 3 |
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 = "\ | |||
| 43 | ac_cv_path_UIC=${STAGING_BINDIR_NATIVE}/uic4 \ | 43 | ac_cv_path_UIC=${STAGING_BINDIR_NATIVE}/uic4 \ |
| 44 | " | 44 | " |
| 45 | 45 | ||
| 46 | PACKAGECONFIG ?= " live555 dc1394 dv1394 notify" | 46 | PACKAGECONFIG ?= " live555 dc1394 dv1394 notify fontconfig" |
| 47 | PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad" | 47 | PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad" |
| 48 | PACKAGECONFIG[a52] = "--enable-a52,--disable-a52,liba52" | 48 | PACKAGECONFIG[a52] = "--enable-a52,--disable-a52,liba52" |
| 49 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" | 49 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" |
| @@ -71,6 +71,7 @@ PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libraw1394 libavc1394" | |||
| 71 | PACKAGECONFIG[svg] = "--enable-svg,--disable-svg,librsvg" | 71 | PACKAGECONFIG[svg] = "--enable-svg,--disable-svg,librsvg" |
| 72 | PACKAGECONFIG[svgdec] = "--enable-svgdec,--disable-svgdec,librsvg cairo" | 72 | PACKAGECONFIG[svgdec] = "--enable-svgdec,--disable-svgdec,librsvg cairo" |
| 73 | PACKAGECONFIG[notify] = "--enable-notify,--disable-notify, libnotify gtk+" | 73 | PACKAGECONFIG[notify] = "--enable-notify,--disable-notify, libnotify gtk+" |
| 74 | PACKAGECONFIG[fontconfig] = "--enable-fontconfig,--disable-fontconfig, fontconfig" | ||
| 74 | 75 | ||
| 75 | do_configure_prepend() { | 76 | do_configure_prepend() { |
| 76 | cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true | 77 | cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true |
