diff options
author | Rafaël Carré <funman@videolan.org> | 2015-12-18 13:07:37 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-14 11:22:08 +0100 |
commit | 79f53b2a81835a2d4ba323d889b304f3a698e329 (patch) | |
tree | edd308c19b2193ff4dba44750803966dc39a78c7 /meta-multimedia | |
parent | 04a07b5a6897a5b2123baeab10819ae803898f1c (diff) | |
download | meta-openembedded-79f53b2a81835a2d4ba323d889b304f3a698e329.tar.gz |
VLC: PACKAGECONFIG for new dependency on libvncserver
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index ce3601dcce..a5b214dbef 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc +++ b/meta-multimedia/recipes-multimedia/vlc/vlc.inc | |||
@@ -72,6 +72,7 @@ PACKAGECONFIG[notify] = "--enable-notify,--disable-notify, libnotify gtk+" | |||
72 | PACKAGECONFIG[fontconfig] = "--enable-fontconfig,--disable-fontconfig, fontconfig" | 72 | PACKAGECONFIG[fontconfig] = "--enable-fontconfig,--disable-fontconfig, fontconfig" |
73 | PACKAGECONFIG[freetype] = "--enable-freetype,--disable-freetype, freetype" | 73 | PACKAGECONFIG[freetype] = "--enable-freetype,--disable-freetype, freetype" |
74 | PACKAGECONFIG[dvdread] = "--enable-dvdread,--disable-dvdread, libdvdread libdvdcss" | 74 | PACKAGECONFIG[dvdread] = "--enable-dvdread,--disable-dvdread, libdvdread libdvdcss" |
75 | PACKAGECONFIG[vnc] = "--enable-vnc,--disable-vnc, libvncserver" | ||
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 |