From 5d8e439bc597159e3c9f0a8b65c0ae869dead3a8 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sat, 27 Dec 2025 12:40:20 +0000 Subject: Import Upstream version 43.0 --- meson_options.txt | 3 +++ 1 file changed, 3 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..76f5eed --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,3 @@ +option('introspection', type: 'boolean', value: true, description: 'Enable GObject Introspection (depends on GObject)') +option('tracing', type: 'boolean', value: false, description: 'Enable application tracing') +option('profile', type: 'combo', choices: ['default', 'development'], value: 'default', description: 'Build profiles') -- cgit v1.2.3