mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
vlc: correct sdl_image dependency name
Fixes http://autobuild.buildroot.net/results/7e8/7e85b79612a46df2eee0278703f54d872da72ed5/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -214,7 +214,7 @@ endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SDL_IMAGE),y)
|
||||
VLC_CONF_OPT += --enable-sdl-image
|
||||
VLC_DEPENDENCIES += sdl-image
|
||||
VLC_DEPENDENCIES += sdl_image
|
||||
else
|
||||
VLC_CONF_OPT += --disable-sdl-image
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user