diff options
author | David Robillard <d@drobilla.net> | 2025-01-21 15:15:02 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-01-21 16:24:17 -0500 |
commit | 90e05c940a4f99548d982b6976ba9aff8e6bdd8f (patch) | |
tree | 73e8a918dbe6ac5eebc7f76d087433aa3af404bb /meson_options.txt | |
parent | f2e36b35f48081d3fbe4001a868fab478d852d46 (diff) | |
download | pugl-90e05c940a4f99548d982b6976ba9aff8e6bdd8f.tar.gz pugl-90e05c940a4f99548d982b6976ba9aff8e6bdd8f.tar.bz2 pugl-90e05c940a4f99548d982b6976ba9aff8e6bdd8f.zip |
Support building for Windows with or without UNICODE
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 9e699a8..6e92100 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -28,6 +28,9 @@ option('tests', type: 'feature', yield: true, option('vulkan', type: 'feature', description: 'Enable support for the Vulkan graphics API') +option('win_wchar', type: 'feature', yield: true, + description: 'Use UTF-16 wchar_t and UNICODE with Windows API') + option('xcursor', type: 'feature', description: 'Support changing the cursor on X11') |