aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGravatar Gediminas Jakutis <gediminas@varciai.lt> 2017-06-16 11:15:50 +0300
committerGravatar Gediminas Jakutis <gediminas@varciai.lt> 2017-06-16 11:15:50 +0300
commit2b437de5449558dd44b8966faae9b35d9bca0f88 (patch)
treef8488991db453baddd3f0fa34cfc06ce9d23d428 /meson_options.txt
parentce9c8a885fc3bd828565094b06b4d201cd4f2790 (diff)
parent1cd2cd0ac5fe6ad74e9ef0a4fbf62b74aedbef74 (diff)
downloadlibrin-2b437de5449558dd44b8966faae9b35d9bca0f88.tar.gz
librin-2b437de5449558dd44b8966faae9b35d9bca0f88.tar.bz2
librin-2b437de5449558dd44b8966faae9b35d9bca0f88.zip
Merge branch 'meson'
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..279996a
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,6 @@
+option('static', type : 'boolean', value : false, description : 'Enable building a static library')
+option('shared', type : 'boolean', value : false, description : 'Enable building a dynamic library')
+option('tests', type : 'boolean', value : false, description : 'Enable building and running tests')
+option('float', type : 'boolean', value : true, description : 'Enable building the floating point module')
+option('gpio', type : 'boolean', value : true, description : 'Enable building the gpio module')
+option('diagnostic', type : 'boolean', value : true, description : 'Enable building the diagnostics module')