mirror of
https://github.com/X11Libre/xf86-input-libinput.git
synced 2026-03-24 01:24:04 +00:00
16 lines
420 B
Meson
16 lines
420 B
Meson
option('sdkdir',
|
|
type: 'string',
|
|
value: '',
|
|
description: 'Directory to install header files in [default=from xorg-server pkgconf]',
|
|
)
|
|
option('xorg-module-dir',
|
|
type : 'string',
|
|
value : '',
|
|
description : 'Default xorg module directory [default=from xorg-server pkgconf]',
|
|
)
|
|
option('xorg-conf-dir',
|
|
type : 'string',
|
|
value : '',
|
|
description : 'Default xorg.conf.d directory [default=from xorg-server pkgconfig]'
|
|
)
|