meson_options.txt revision ae545d91
1# SPDX-License-Identifier: MIT
2# Copyright © 2023 Intel Corporation
3
4option(
5  'xthreads',
6  type : 'boolean',
7  value : true,
8  description : 'Whether libXau should be compiled with thread support.'
9)