diff options
| author | allusive-dev <[email protected]> | 2023-11-18 08:21:51 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-18 08:21:51 +1100 |
| commit | be87e3336f7f897db5e089d673d2a288ff783af9 (patch) | |
| tree | e5fbf0a2c3f49e99d0aeddaf510b6ae4ee918e2d /meson_options.txt | |
| parent | update contributors (diff) | |
| download | compfy-1.7.1.tar.xz compfy-1.7.1.zip | |
deprecate sub-projects and testing1.7.1
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt index e625bc0..8e1daba 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,10 +1,11 @@ -option('sanitize', type: 'boolean', value: false, description: 'Build with sanitizers enabled (deprecated)') option('config_file', type: 'boolean', value: true, description: 'Enable config file support') + option('regex', type: 'boolean', value: true, description: 'Enable regex support in window conditions') option('vsync_drm', type: 'boolean', value: false, description: 'Enable support for using drm for vsync') option('opengl', type: 'boolean', value: true, description: 'Enable features that require opengl (opengl backend, and opengl vsync methods)') + option('dbus', type: 'boolean', value: true, description: 'Enable support for D-Bus remote control') option('xrescheck', type: 'boolean', value: false, description: 'Enable X resource leak checker (for debug only)') @@ -13,6 +14,4 @@ option('with_docs', type: 'boolean', value: true, description: 'Build documentat option('update_checks', type: 'boolean', value: false, description: 'Gives access to --check-for-updates option') -option('modularize', type: 'boolean', value: false, description: 'Build with clang\'s module system') - option('unittest', type: 'boolean', value: false, description: 'Enable unittests in the code') |