[epiphany] build: Minor syntax cleanup



commit 6168a539c3ffc3f7dbc8efab88787506b7f1d346
Author: Patrick Griffis <tingping tingping se>
Date:   Wed Jul 11 14:25:24 2018 +0000

    build: Minor syntax cleanup

 data/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 5c3a9d641..5202ec786 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -42,7 +42,7 @@ compile_schemas = custom_target('glib-compile-schemas',
   command: [find_program('glib-compile-schemas'),
     meson.current_build_dir()
   ],
-  depends: [generate_enums]
+  depends: generate_enums
 )
 install_data('org.gnome.epiphany.gschema.xml',
   install_dir: join_paths(datadir, 'glib-2.0', 'schemas')


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