From 580584e896abfa9324e58c0fad39476cb4cc077c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 27 May 2023 12:54:07 -0400 Subject: X11: Add options for XCursor, XRandR, and XSync support --- meson_options.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index fb4ae7d..5165e07 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -27,3 +27,12 @@ option('tests', type: 'feature', value: 'auto', yield: true, option('vulkan', type: 'feature', value: 'auto', description: 'Enable support for the Vulkan graphics API') + +option('xcursor', type: 'feature', value: 'auto', + description: 'Support changing the cursor on X11') + +option('xrandr', type: 'feature', value: 'auto', + description: 'Support accessing the refresh rate on X11') + +option('xsync', type: 'feature', value: 'auto', + description: 'Support timers on X11') -- cgit v1.2.1