Searched refs:sdl_image (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/docs/devel/ |
H A D | build-system.rst | 370 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 D | meson.build | 124 sdl_ss.add(sdl, sdl_image, pixman, glib, files(
|
/openbmc/qemu/ |
H A D | meson_options.txt | 211 option('sdl_image', type : 'feature', value : 'auto', feature
|
H A D | meson.build | 1544 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}
|