summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2022-03-03 23:25:51 +0100
committerChristian Persch <chpe@src.gnome.org>2022-03-03 23:25:51 +0100
commit6a80bec4bf7a1e52057c03d2c73cce1bf248c6d7 (patch)
tree7498ff63d075662456c1e02f15234eaacd237232
parentb433a647fde406d059e5fbf48ba47b847c136917 (diff)
downloadvte-6a80bec4bf7a1e52057c03d2c73cce1bf248c6d7.tar.gz
build: Fix debug build
Add missing sources for the test.
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
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',