summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 78c51784..cf26a435 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -153,8 +153,8 @@ endif
libvte_common_doc_sources = files(
# These file contain gtk-doc comments to be extracted for docs and gir
- 'vtepty.cc',
'vtegtk.cc',
+ 'vtepty.cc',
)
# FIXMEchpe this should use files('...') (allowed as per docs, afaict), but that crashes meson