summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/meson.build b/src/meson.build
index 7737c04a..f94945d2 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -171,6 +171,7 @@ libvte_common_sources = config_sources + debug_sources + glib_glue_sources + gtk
'attr.hh',
'bidi.cc',
'bidi.hh',
+ 'box-drawing.hh',
'buffer.h',
'cairo-glue.hh',
'caps.hh',
@@ -247,18 +248,6 @@ libvte_common_doc_sources = files(
'vteregex.cc',
)
-# FIXMEchpe this should use files('...') (allowed as per docs, afaict), but that crashes meson
-generate_box_drawing = find_program('box_drawing_generate.sh')
-
-libvte_common_sources += custom_target(
- 'box-drawing',
- input: 'box_drawing.txt',
- output: 'box_drawing.h',
- capture: true,
- command: [generate_box_drawing, '@INPUT@'],
- install: false,
-)
-
libvte_common_sources += gnome.compile_resources(
'vteresources',
'vte.gresource.xml',