diff options
author | 2019-03-31 13:54:43 +0300 | |
---|---|---|
committer | 2019-03-31 13:54:43 +0300 | |
commit | e1f1b3db7cefe66613c4459d338236155e19d59f (patch) | |
tree | ef717573162bf6e9be93810cf01413b9cb3b014b /meson_options.txt | |
parent | 5c843d16f0e5a0ba526620645711df14291ef758 (diff) | |
download | librin-e1f1b3db7cefe66613c4459d338236155e19d59f.tar.gz librin-e1f1b3db7cefe66613c4459d338236155e19d59f.tar.bz2 librin-e1f1b3db7cefe66613c4459d338236155e19d59f.zip |
gpio: removed due to being useless.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index b5deb2f..41017ee 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -2,6 +2,5 @@ option('static', type : 'boolean', value : false, description : 'Enable building 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') option('time', type : 'boolean', value : true, description : 'Enable building the time module') |