diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-10-18 20:15:49 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-10-18 20:15:49 +0300 |
| commit | 4a899f2d9becbd204e6f63dbf4fb7be921a1ce71 (patch) | |
| tree | 26aa4981b9fb906c9daa0da9b1b43d9c2e1c9431 /test cases | |
| parent | 75edffd34d4eec9c1580b2c33dac3e8f7573d77f (diff) | |
| download | meson-4a899f2d9becbd204e6f63dbf4fb7be921a1ce71.tar.gz | |
Turn user options into for widgets.
Diffstat (limited to 'test cases')
| -rw-r--r-- | test cases/common/47 options/meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/47 options/meson_options.txt b/test cases/common/47 options/meson_options.txt index fcd3db4b9..653dd75f9 100644 --- a/test cases/common/47 options/meson_options.txt +++ b/test cases/common/47 options/meson_options.txt @@ -1,3 +1,3 @@ -option('testoption', type : 'string', value : 'optval') +option('testoption', type : 'string', value : 'optval', description : 'An option to do something') option('other_one', type : 'boolean', value : false) option('combo_opt', type : 'combo', choices : ['one', 'two', 'combo'], value : 'combo') |
