aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 9cdbe2f..d420bf2 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,9 +4,6 @@ option('checks', type: 'boolean', value: true, yield: true,
option('cxx', type: 'feature', value: 'auto', yield: true,
description: 'Build C++ programs')
-option('gtk2', type: 'feature', value: 'auto', yield: true,
- description: 'Build Gtk2 GUI')
-
option('gtk3', type: 'feature', value: 'auto', yield: true,
description: 'Build Gtk3 GUI')