forked from Boria138/PortProtonQt
12 lines
251 B
Meson
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)',
|
|
)
|