mirror of
https://github.com/labwc/labwc.git
synced 2026-06-17 14:33:30 -04:00
[fixup] make xpm optional at build time (default disabled)
This commit is contained in:
parent
7366bdcef9
commit
24cbd2fc5c
4 changed files with 18 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue