mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcursor.git
synced 2025-12-20 02:20:18 +01:00
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>
8 lines
320 B
Text
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')
|