From 6a80bec4bf7a1e52057c03d2c73cce1bf248c6d7 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 3 Mar 2022 23:25:51 +0100 Subject: build: Fix debug build Add missing sources for the test. --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 89f52985..e1abc4db 100644 --- a/src/meson.build +++ b/src/meson.build @@ -600,7 +600,7 @@ if get_option('sixel') install: false, ) - test_sixel_sources = config_sources + glib_glue_sources + sixel_parser_sources + sixel_context_sources + files( + test_sixel_sources = config_sources + debug_sources + glib_glue_sources + sixel_parser_sources + sixel_context_sources + files( 'cairo-glue.hh', 'sixel-test.cc', 'vtedefines.hh', -- cgit v1.2.1