Codebase list iptux / run/f374b680-e818-46af-ab46-eb4f1cd06863/main meson_options.txt
run/f374b680-e818-46af-ab46-eb4f1cd06863/main

Tree @run/f374b680-e818-46af-ab46-eb4f1cd06863/main (Download .tar.gz)

meson_options.txt @run/f374b680-e818-46af-ab46-eb4f1cd06863/mainraw · history · blame

1
2
3
4
5
6
7
8
9
option('dev',
    type : 'boolean',
    value : false,
    description: 'enable dev mode, iptux will read resource file from source dir.')

option('static-link',
    type: 'boolean',
    value: false,
    description: 'static link libiptux-core.')