[fixup] make xpm optional at build time (default disabled)

This commit is contained in:
Johan Malm 2024-09-29 15:09:05 +01:00
parent 7366bdcef9
commit 24cbd2fc5c
4 changed files with 18 additions and 1 deletions

View file

@ -1,6 +1,7 @@
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications')
option('svg', type: 'feature', value: 'enabled', description: 'Enable svg window buttons')
option('xpm', type: 'feature', value: 'disabled', description: 'Enable xpm window buttons')
option('icon', type: 'feature', value: 'enabled', description: 'Enable window icons')
option('nls', type: 'feature', value: 'auto', description: 'Enable native language support')
option('static_analyzer', type: 'feature', value: 'disabled', description: 'Run gcc static analyzer')