On 23/10/2023 13.30, [email protected] wrote:
From: Marc-André Lureau <[email protected]>Add stubs for the fallback paths. get_vc() now returns NULL by default if !PIXMAN. Signed-off-by: Marc-André Lureau <[email protected]> --- ui/console-vc-stubs.c | 33 +++++++++++++++++++++++++++++++++ ui/console.c | 3 +++ ui/meson.build | 2 +- 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 ui/console-vc-stubs.c
Reviewed-by: Thomas Huth <[email protected]>
