mirror of
https://github.com/X11Libre/xf86-video-amdgpu.git
synced 2026-03-23 17:19:21 +00:00
5 lines
353 B
Meson
5 lines
353 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: 'XLibre module directory')
|
|
option('configdir', type: 'string', value: 'share/X11/xorg.conf.d', description: 'Xorg.conf.d directory')
|