mirror of
https://github.com/X11Libre/xf86-video-amdgpu.git
synced 2026-03-24 01:24:31 +00:00
5 lines
351 B
Meson
5 lines
351 B
Meson
option('udev', type: 'feature', description: 'Enable libudev support')
|
|
option('glamor', type: 'feature', description: 'Enable glamor acceleration')
|
|
option('moduledir', type: 'string', value: 'xorg/modules', description: 'Xorg module directory')
|
|
option('configdir', type: 'string', value: 'share/X11/xorg.conf.d', description: 'Xorg.conf.d directory')
|