mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00: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:
parent
74975dee52
commit
67e4407b9f
@ -214,7 +214,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_SDL_IMAGE),y)
|
ifeq ($(BR2_PACKAGE_SDL_IMAGE),y)
|
||||||
VLC_CONF_OPT += --enable-sdl-image
|
VLC_CONF_OPT += --enable-sdl-image
|
||||||
VLC_DEPENDENCIES += sdl-image
|
VLC_DEPENDENCIES += sdl_image
|
||||||
else
|
else
|
||||||
VLC_CONF_OPT += --disable-sdl-image
|
VLC_CONF_OPT += --disable-sdl-image
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user