blob: a746d4fa0d187d4d94507155ade84c9a0e9b7b4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Martin V\"ath <martin at mvath.de>
Add atk_bridge option
--- 1/meson_options.txt
+++ 2/meson_options.txt
@@ -47,3 +47,7 @@
# input modules
option('builtin_immodules', type: 'string',
value: '', description: 'Build specified immodules into GTK so/DLL (comma-separated list), "all", "none" or "backend"')
+
+# Recommended dependencies
+option('atk_bridge', type: 'boolean', value: true,
+ description : 'Enable atk-bridge support')
|