summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2021-12-07 12:29:33 +0100
committerCorentin Noël <tintou@noel.tf>2022-04-09 00:44:22 +0200
commitd8c7ba55555acab2dbdeefda5b0decbb84d1d701 (patch)
treeb09109b843ed7163c36e0d76145eb91bb4706508 /meson_options.txt
parentab94a01bbbcb90b360e1892e1e0153d1724a8028 (diff)
downloadgcr-d8c7ba55555acab2dbdeefda5b0decbb84d1d701.tar.gz
Create gcr-gtk4 library
Signed-off-by: Corentin Noël <corentin.noel@collabora.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f96a47c..6f4bc52 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,15 +3,20 @@ option('introspection',
value: true,
description: 'Build GObject Introspection (GIR) files',
)
-option('gtk',
+option('gtk3',
type: 'boolean',
value: true,
- description: 'Build code that uses GTK+',
+ description: 'Enable the GTK3 library and utilities',
+)
+option('gtk4',
+ type: 'boolean',
+ value: true,
+ description: 'Enable the GTK4 library and utilities',
)
option('gtk_doc',
type: 'boolean',
value: true,
- description: 'Build the reference documentation (requires gtk-doc)',
+ description: 'Build the reference documentation (requires gi-docgen)',
)
option('gpg_path',
type: 'string',