Add support for the meson build system

This commit is contained in:
Mario Limonciello
2025-06-25 22:32:43 -05:00
committed by Enrico Weigelt
parent ec59f57b9e
commit afb09b6d9e
6 changed files with 158 additions and 1 deletions

4
meson_options.txt Normal file
View File

@@ -0,0 +1,4 @@
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')