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-04 14:53:59 +0100 |
commit | e42c27502e0e3342e22f4fcd15e87aedb9b49f53 (patch) | |
tree | 4b8599499098f21745c07ef0acb7aa5faccb91ed /meta-multimedia/recipes-multimedia/vlc | |
parent | bace907fc52743ca8bb7f95c525141df7133e204 (diff) | |
download | meta-openembedded-e42c27502e0e3342e22f4fcd15e87aedb9b49f53.tar.gz |
VLC: PACKAGECONFIG for new dependency on libvncserver
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/vlc')
-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 ce3601dcc..a5b214dbe 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 |