diff options
author | David Robillard <d@drobilla.net> | 2023-01-04 11:02:26 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-01-04 11:02:26 -0500 |
commit | 0da2b2695face3321e0e39c50b47f6156dfed4e2 (patch) | |
tree | 2631c592f0140b5ecda741f5eee9fcf10d1e4d7a /meson_options.txt | |
parent | 091a547a481fc5fb4698303520970ecbed19bd3f (diff) | |
download | pugl-0da2b2695face3321e0e39c50b47f6156dfed4e2.tar.gz pugl-0da2b2695face3321e0e39c50b47f6156dfed4e2.tar.bz2 pugl-0da2b2695face3321e0e39c50b47f6156dfed4e2.zip |
Clean up licensing metadata
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 641be76..6437b33 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,6 @@ +# Copyright 2021-2022 David Robillard <d@drobilla.net> +# SPDX-License-Identifier: 0BSD OR ISC + option('cairo', type: 'feature', value: 'auto', description : 'Enable support for the Cairo graphics API') |