From c0ef025450cf1b7eec85ae8058e0a9e301e7cd16 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Jul 2022 09:54:48 -0400 Subject: Switch to meson build system --- meson_options.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..6845edc --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,20 @@ +option('alsa', type: 'feature', value: 'auto', yield: true, + description: 'Build ALSA sequencer support') + +option('checks', type: 'boolean', value: true, yield: true, + description: 'Check for features with the build system') + +option('jack', type: 'feature', value: 'auto', yield: true, + description: 'Build JACK audio and MIDI support') + +option('jack_dbus', type: 'feature', value: 'auto', yield: true, + description: 'Use JACK via D-Bus') + +option('strict', type: 'boolean', value: false, yield: true, + description: 'Enable ultra-strict warnings') + +option('tests', type: 'feature', value: 'auto', yield: true, + description: 'Build tests') + +option('title', type: 'string', value: 'Patchage', + description: 'Project title') -- cgit v1.2.1