From d8c7ba55555acab2dbdeefda5b0decbb84d1d701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Tue, 7 Dec 2021 12:29:33 +0100 Subject: Create gcr-gtk4 library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Corentin Noël --- meson_options.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'meson_options.txt') 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', -- cgit v1.2.1