diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-30 08:31:13 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-30 08:31:13 -0500 |
commit | 2f3633433e2f1d840f3a98ca777d79d658a66e3f (patch) | |
tree | 2aa4b96a6070f644c72ec0e7fe5da6e50ca3d1b5 /meson_options.txt | |
parent | cc310cffb0bf4cd2333be26a2ae16848655a306b (diff) |
add meson install files
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 5015a986..03bc1986 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1 +1,2 @@ -option('sway_version', type : 'string', description : 'The version string reported in `sway --version`.') +option('sway_version', type : 'string', description: 'The version string reported in `sway --version`.') +option('default_wallpaper', type: 'boolean', value: true, description: 'Install the default wallpaper.') |