summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCorey Halpin <chalpin@cs.wisc.edu>2023-03-08 19:54:16 -0600
committerCorey Halpin <chalpin@cs.wisc.edu>2023-03-08 19:54:16 -0600
commit20ee2e533794e0d5a3437e5b272da0a648d73c3e (patch)
tree71ae67f3ee7516e9211259cf39c5f6dd699b4998 /meson_options.txt
parent5ded5022d0d542273ef6dcf2f24874c6a32e9a0c (diff)
downloadat-spi2-core-20ee2e533794e0d5a3437e5b272da0a648d73c3e.tar.gz
Add atk_only option to enable building a stub atk library
When built with atk_only, a stub library will be produced that can be used to satisfy package dependencies but provides no functionality.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 11cde7bc..548cdf7e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -36,3 +36,7 @@ option('disable_p2p',
description: 'Disable peer-to-peer DBus connections for at-spi2-atk',
type: 'boolean',
value: false)
+option('atk_only',
+ description: 'Build only the ATK stub library without atspi or at-spi2-atk (UNSUPPORTED)',
+ type: 'boolean',
+ value: false)