diff options
| -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 |
