diff options
author | John Turner <jturner.usa@gmail.com> | 2025-09-11 01:36:58 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-09-11 01:51:15 -0400 |
commit | 4db4e81162421e881d2b63402719da4480357952 (patch) | |
tree | 1853f1597dd8108a239eaddee1841fe22ffcdb67 /meson_options.txt | |
parent | 76c05a62b65c350b97c063cf75523546af7879d5 (diff) | |
download | pypaste-4db4e81162421e881d2b63402719da4480357952.tar.gz |
rewrite meson.build file to handle installing just the client or server
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..8fa6217 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,2 @@ +option('client', type: 'feature', value: 'disabled') +option('server', type: 'feature', value: 'disabled') |