diff options
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') |