vlc: fix sdl support

sdl video output module includes xlib headers, so it requires
xlib_libx11 to be available.

Fixes:
  http://autobuild.buildroot.org/results/d41/d41d2f36a4384289e300a3cf91d51960df9fab00/build-end.log

[Peter: check for SDL X11 backend instead]
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Samuel Martin 2014-02-08 15:34:54 +01:00 committed by Peter Korsgaard
parent dace28c732
commit 35667caad8

View File

@ -224,7 +224,7 @@ else
VLC_CONF_OPT += --disable-qt
endif
ifeq ($(BR2_PACKAGE_SDL),y)
ifeq ($(BR2_PACKAGE_SDL_X11),y)
VLC_CONF_OPT += --enable-sdl
VLC_DEPENDENCIES += sdl
else