aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-11-30 08:31:13 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-11-30 08:31:13 -0500
commit2f3633433e2f1d840f3a98ca777d79d658a66e3f (patch)
tree2aa4b96a6070f644c72ec0e7fe5da6e50ca3d1b5 /meson_options.txt
parentmeson: common static library (diff)
downloadsway-2f3633433e2f1d840f3a98ca777d79d658a66e3f.tar.gz
sway-2f3633433e2f1d840f3a98ca777d79d658a66e3f.tar.zst
sway-2f3633433e2f1d840f3a98ca777d79d658a66e3f.zip
add meson install files
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
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 @@
1option('sway_version', type : 'string', description : 'The version string reported in `sway --version`.') 1option('sway_version', type : 'string', description: 'The version string reported in `sway --version`.')
2option('default_wallpaper', type: 'boolean', value: true, description: 'Install the default wallpaper.')