Home
last modified time | relevance | path

Searched refs:sdl_image (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/docs/devel/
H A Dbuild-system.rst370 option('sdl_image', type : 'feature', value : 'auto',
377 sdl_image = not_found
378 if not get_option('sdl_image').auto() or have_system
379 sdl_image = dependency('SDL2_image', required: get_option('sdl_image'),
390 config_host_data.set('CONFIG_SDL_IMAGE', sdl_image.found())
393 summary_info += {'SDL image support': sdl_image.found()}
/openbmc/qemu/ui/
H A Dmeson.build124 sdl_ss.add(sdl, sdl_image, pixman, glib, files(
/openbmc/qemu/
H A Dmeson_options.txt211 option('sdl_image', type : 'feature', value : 'auto', feature
H A Dmeson.build1544 sdl_image = not_found variable
1557 sdl_image = dependency('SDL2_image', required: get_option('sdl_image'), variable
1560 if get_option('sdl_image').enabled()
1564 sdl_image = not_found variable
2481 config_host_data.set('CONFIG_SDL_IMAGE', sdl_image.found())
4715 summary_info += {'SDL image support': sdl_image}