[vte] build: Keep files list sorted



commit 070085ea5d7e7dab48b0b8780add3e782948d025
Author: Christian Persch <chpe src gnome org>
Date:   Sun Mar 22 23:46:43 2020 +0100

    build: Keep files list sorted

 src/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]