~gustav-hartvigsson/vprocessing/rewrite

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
option ('build-gtk',
        type: 'boolean',
        value: true,
        description: 'Build vProcessing with Gtk+ support')


option ('build-sdl',
        type: 'boolean',
        value: true,
        description: 'Build vProcessing with SDL2 support')


option ('build-docs',
        type: 'boolean',
        value: true,
        description: 'build the documentaton for the project')