Files
PortProtonQt/meson_options.txt
Boris Yumankulov 8f9e6ea958
All checks were successful
Check Translations / check-translations (push) Successful in 17s
Code check / Check code (push) Successful in 1m11s
renovate / renovate (push) Successful in 44s
chore(build): switch from pyproject to meson build system
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
2026-01-19 06:19:04 +00:00

12 lines
251 B
Meson

option('udevdir',
type: 'string',
value: '',
description: 'Directory for udev rules (auto-detected if empty)',
)
option('python_libdir',
type: 'string',
value: '',
description: 'Python site-packages directory (auto-detected if empty)',
)