mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-02 06:46:32 -04:00
meson: add -Dthemes=false|true
This adds a new meson option that controls whether the example theme files should be installed or not. The default is true. Previously, themes were gated by the -Ddocs option.
This commit is contained in:
parent
48758a101e
commit
31966f5494
3 changed files with 14 additions and 1 deletions
|
|
@ -34,7 +34,13 @@
|
|||
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Added
|
||||
|
||||
* `-Dthemes=false|true` meson command line option. When disabled,
|
||||
example theme files are **not** installed.
|
||||
|
||||
|
||||
### Changed
|
||||
### Deprecated
|
||||
### Removed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue