summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 42f9cc2c1aece97e5eeca686cfa38bb918a70f73 (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: MIT
# Copyright © 2023 Intel Corporation

option(
  'xthreads',
  type : 'boolean',
  value : true,
  description : 'Whether libXau should be compiled with thread support.'
)