diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-04-25 11:03:40 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-04-25 11:03:40 -0400 |
commit | 34e4a47a8675ad2183fb34b0f93699a5a3c21258 (patch) | |
tree | a05f189144d2758cc44d70bbea79fbe136c9bc48 /meson_options.txt | |
parent | 3ee910d46840771bf32bfd8776ff8bb25853d216 (diff) | |
download | swaybg-34e4a47a8675ad2183fb34b0f93699a5a3c21258.tar.gz swaybg-34e4a47a8675ad2183fb34b0f93699a5a3c21258.tar.bz2 |
Split swaybg into a standalone project
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..cf13bd5 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,2 @@ +option('gdk-pixbuf', type: 'feature', value: 'auto', description: 'Enable support for more image formats') +option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages') |