diff options
author | 2017-11-09 12:17:56 +0200 | |
---|---|---|
committer | 2017-11-09 12:17:56 +0200 | |
commit | 218082e6bf725279bf2231c4290058cba51a290c (patch) | |
tree | f8fa45f295e7deb88eb1bd1d10b1dc376bd6bbca /meson_options.txt | |
parent | 155ed8d455115b6f004f471a166f54b5225d87af (diff) | |
download | librin-218082e6bf725279bf2231c4290058cba51a290c.tar.gz librin-218082e6bf725279bf2231c4290058cba51a290c.tar.bz2 librin-218082e6bf725279bf2231c4290058cba51a290c.zip |
time: initial implementation.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
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') |