vlc: removed unrecognised configure options

The configure options --enable-libtool, --disable-wxwidgets, --enable-x11,
--enable-wma and --disable-hal were not recognised by the configure script for
vlc and therefore do not have any effect (they just cause a warning).

These options are removed to prevent confusion.

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Paul Barker
2013-05-04 09:35:16 +00:00
committed by Martin Jansa
parent 6e8f3e6d46
commit 07a97f66b2
@@ -47,20 +47,17 @@ FILES_${PN}-dbg += "${libdir}/vlc/*/.debug ${libdir}/vlc/plugins/*/.debug"
EXTRA_OECONF = "\
--enable-dvdread \
--enable-libtool \
--with-contrib \
--enable-run-as-root \
--disable-wxwidgets \
--enable-x11 --enable-xvideo \
--enable-xvideo \
--disable-screen --disable-caca \
--enable-httpd --enable-vlm \
--enable-freetype \
--enable-sdl \
--enable-png \
--enable-live555 --enable-tremor \
--enable-v4l2 --enable-v4l --disable-aa --enable-wma --disable-faad \
--enable-v4l2 --enable-v4l --disable-aa --disable-faad \
--enable-dbus \
--disable-hal \
--without-contrib \
--without-kde-solid \
--disable-opengl --disable-glx \