xorg-libxcursor/meson.options
Alan Coopersmith 61b84c2d42 meson: Add option to build with meson
Also updates the gitlab CI config to test both build types
and compare the generated output/installed files.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxcursor/-/merge_requests/24>
2025-02-23 18:12:17 -08:00

8 lines
320 B
Text

option('icondir', type : 'string', value : 'auto',
description : 'Default icon directory')
option('cursorpath', type : 'string', value : 'auto',
description : 'Default search path for cursors')
option('lib_man_suffix', type : 'string', value : '3',
description : 'Suffix for library man pages')