diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /x11-servers/xorg-server/files/patch-meson__options.txt | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'x11-servers/xorg-server/files/patch-meson__options.txt')
| -rw-r--r-- | x11-servers/xorg-server/files/patch-meson__options.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-servers/xorg-server/files/patch-meson__options.txt b/x11-servers/xorg-server/files/patch-meson__options.txt new file mode 100644 index 000000000000..4fa23197ddd9 --- /dev/null +++ b/x11-servers/xorg-server/files/patch-meson__options.txt @@ -0,0 +1,28 @@ +--- meson_options.txt.orig 2025-06-18 16:25:56 UTC ++++ meson_options.txt +@@ -57,12 +57,12 @@ option('int10', type: 'combo', choices: ['stub', 'x86e + option('int10', type: 'combo', choices: ['stub', 'x86emu', 'vm86', 'auto', 'false'], + value: 'auto', + description: 'Xorg int10 backend (default: usually x86emu)') +-option('suid_wrapper', type: 'boolean', value: 'false', ++option('suid_wrapper', type: 'boolean', value: false, + description: 'SUID wrapper for legacy driver support') +-option('pciaccess', type: 'boolean', value: 'true', ++option('pciaccess', type: 'boolean', value: true, + description: 'Xorg pciaccess support') +-option('udev', type: 'boolean', value: 'true') +-option('udev_kms', type: 'boolean', value: 'true') ++option('udev', type: 'boolean', value: true) ++option('udev_kms', type: 'boolean', value: true) + option('hal', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', + description: 'Enable HAL integration') + option('systemd_logind', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', +@@ -107,7 +107,7 @@ option('dri3', type: 'combo', choices: ['true', 'false + option('dri1', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', description: 'Build DRI1 extension (default: auto)') + option('dri2', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', description: 'Build DRI2 extension (default: auto)') + option('dri3', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', description: 'Build DRI3 extension (default: auto)') +-option('drm', type: 'boolean', value: 'true', ++option('drm', type: 'boolean', value: true, + description: 'Build Xorg with libdrm support') + + option('apple-applications-dir', type: 'string', value: '/Applications/Utilities', |
