aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGravatar Gediminas Jakutis <gediminas@varciai.lt> 2017-11-09 12:17:56 +0200
committerGravatar Gediminas Jakutis <gediminas@varciai.lt> 2017-11-09 12:17:56 +0200
commit218082e6bf725279bf2231c4290058cba51a290c (patch)
treef8fa45f295e7deb88eb1bd1d10b1dc376bd6bbca /meson_options.txt
parent155ed8d455115b6f004f471a166f54b5225d87af (diff)
downloadlibrin-218082e6bf725279bf2231c4290058cba51a290c.tar.gz
librin-218082e6bf725279bf2231c4290058cba51a290c.tar.bz2
librin-218082e6bf725279bf2231c4290058cba51a290c.zip
time: initial implementation.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 279996a..b5deb2f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,3 +4,4 @@ option('tests', type : 'boolean', value : false, description : 'Enable building
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')
+option('time', type : 'boolean', value : true, description : 'Enable building the time module')