From 07a97f66b2ec1193d582f7f1c181135b87cde9ef Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Sat, 4 May 2013 09:35:16 +0000 Subject: 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 Signed-off-by: Martin Jansa --- meta-multimedia/recipes-multimedia/vlc/vlc.inc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'meta-multimedia') diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index 1fe2d04f21..059d7d2979 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc +++ b/meta-multimedia/recipes-multimedia/vlc/vlc.inc @@ -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 \ -- cgit 1.2.3-korg