Codebase list eiciel / 30fe0fff-f591-43db-8aaa-8c100f1b9d9c/main meson_options.txt
30fe0fff-f591-43db-8aaa-8c100f1b9d9c/main

Tree @30fe0fff-f591-43db-8aaa-8c100f1b9d9c/main (Download .tar.gz)

meson_options.txt @30fe0fff-f591-43db-8aaa-8c100f1b9d9c/mainraw · history · blame

1
2
3
4
5
6
7
8
option('user-attributes',
    type : 'feature',
    value : 'enabled',
    description : 'Enables support for editing extended user attributes')
option('nautilus-extension-dir',
    type: 'string',
    value : '',
    description: 'Override nautilus extension installation directory, otherwise it will be auto-detected')