[meld/flatpak-ci] Add currently-unused Meson options for development release



commit 216059f801b84637f5ca6ef798b849bcf2035ca4
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Mon Oct 7 09:00:26 2019 +1000

    Add currently-unused Meson options for development release

 meson_options.txt | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 00000000..a9e396dd
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,9 @@
+option(
+  'profile',
+  type: 'combo',
+  choices: [
+    'default',
+    'development'
+  ],
+  value: 'default'
+)


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