summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2022-08-07 23:00:18 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2022-09-04 12:50:58 +0000
commit3f36be1fd09e90d7b472cee24f5b4cb9eb12b76b (patch)
tree4b6d6572cc918b96c5481d4951daa00b4b4783cb /meson_options.txt
parent4ec1071ea3070bdc85fd1c1cfe61af2349a8b39c (diff)
downloadgcr-3f36be1fd09e90d7b472cee24f5b4cb9eb12b76b.tar.gz
Drop gcr-gtk3 and gcr-gtk4
gcr historically consisted of 2 high-level parts: `gcr-base` and `gcr-ui`. `gcr-base` contains the core classes and interfaces to deal with crypto-related items (e.g. `GcrCertificate`), while `gcr-ui` contained GTK widgets to show those items (e.g. `GcrCertificateWidget`). Now: with the move to gcr4, it's becoming more and more clear to that this isn't really a path forward: On one hand, GTK4 has transitioned from a platform toolkit (usually GNOME was the primary target) to one that allows you to build your platform on top (e.g. libadwaita, libgranite, or your very own). Kepeing that in mind, having "GTK-based" widgets for use in general purpose doesn't really make sense, since it will always look out touch on platforms On the other hand, widgets are usually more faster-moving targets in both looks as well as API than an actual library, so in practice gcr-ui has a different lifecycle than gcr-base. Finally, @tintou has been doing an awesome effort to implement an API that allows consumers to write their own widgets, without having to deal with asn1 decoding etc. At this point, I think the certificate widget is likely the only widget we're seeing interest in. As such, this commit drops gcr-gtk3 and gcr-gtk4 as libraries. There's still a gcr-viewer debugging tool as a troubleshooting/debugging tool, that's it. See https://gitlab.gnome.org/GNOME/gcr/-/issues/100 for the related discussion.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 66d1567..6840e44 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -8,11 +8,6 @@ option('vapi',
value: true,
description: 'Generate vapi data (requires vapigen and introspection option)',
)
-option('gtk3',
- type: 'boolean',
- value: true,
- description: 'Enable the GTK3 library and utilities',
-)
option('gtk4',
type: 'boolean',
value: true,