From 5d8413ff965531c1553f554aa8941a3ba33c309a Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 10 Dec 2025 13:14:55 +0100 Subject: [PATCH] 1 --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meson_options.txt b/meson_options.txt index 99e65e7139..a522b600fb 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -172,3 +172,6 @@ option('test_rendercheck_triangles', type: 'boolean', value: false, description: 'testsuite: run rendercheck triangles tests (might fail on Xephyr)') option('test_xephyr_gles', type: 'boolean', value: true, description: 'testsuite: run gles2/gles3 tests on Xephyr (might fail w/o DRI)') + +# xfree86 DDX specific options +option('xfree86-pci', type: 'boolean', value: true, description: 'xf86 DDX: PCI support (disabling is experimental)')