diff options
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') |