[gnome-builder] build: Enable meson-templates by default



commit b67ab0f9e3d209c46a7b3661bc99c99449fd7dcf
Author: Patrick Griffis <tingping tingping se>
Date:   Sun Aug 13 19:56:11 2017 -0400

    build: Enable meson-templates by default

 meson_options.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 6b4f214..6e77022 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -22,7 +22,7 @@ option('with_docs', type: 'boolean')
 # Ideally we want many of these to be defined in the plugin dir:
 #   https://github.com/mesonbuild/meson/issues/707
 option('with_autotools', type: 'boolean')
-option('with_autotools_templates', type: 'boolean')
+option('with_autotools_templates', type: 'boolean', value: false)
 option('with_beautifier', type: 'boolean')
 option('with_c_pack', type: 'boolean')
 option('with_cargo', type: 'boolean')
@@ -49,7 +49,7 @@ option('with_jedi', type: 'boolean')
 option('with_jhbuild', type: 'boolean')
 option('with_make', type: 'boolean')
 option('with_meson', type: 'boolean')
-option('with_meson_templates', type: 'boolean', value: false)
+option('with_meson_templates', type: 'boolean')
 option('with_mingw', type: 'boolean')
 option('with_mono', type: 'boolean')
 option('with_notification', type: 'boolean')


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