diff options
| author | Rafaël Carré <funman@videolan.org> | 2015-11-19 14:14:55 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-12-18 12:30:22 +0100 |
| commit | 890ec9362f3b34cd4ede9c9e96081adcd58a735a (patch) | |
| tree | 89d90032d4d713f1133b156508cb50a63267113a | |
| parent | a1f29e592b57ae314d1ebb7ffc6f00a121587a65 (diff) | |
| download | meta-openembedded-890ec9362f3b34cd4ede9c9e96081adcd58a735a.tar.gz | |
VLC: explicit PACKAGECONFIG for freetype
Enable it by default
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -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 f93daf0118..af39ae6d1d 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 fontconfig" | 46 | PACKAGECONFIG ?= " live555 dc1394 dv1394 notify fontconfig freetype" |
| 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" |
| @@ -72,6 +72,7 @@ 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 | PACKAGECONFIG[fontconfig] = "--enable-fontconfig,--disable-fontconfig, fontconfig" |
| 75 | PACKAGECONFIG[freetype] = "--enable-freetype,--disable-freetype, freetype" | ||
| 75 | 76 | ||
| 76 | do_configure_prepend() { | 77 | do_configure_prepend() { |
| 77 | cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true | 78 | cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true |
