summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-10-30 11:37:32 -0400
committerEric Anholt <eric@anholt.net>2019-01-16 19:50:15 +0000
commit6c1d720047b193f138e877e994cb4a4fb8e73753 (patch)
treee07ef8d12f91e5405f429dfb077beb164c7503c8 /meson_options.txt
parent1e3f9ea14cced2ee894d072c977507ad43cb59c5 (diff)
agp: Make the legacy AGP interface optional
The only thing using this anymore is the i810 driver, so this can safely be disabled on non-i686 builds. Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7211f9ffa..3051932f7 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -98,6 +98,8 @@ option('linux_acpi', type: 'boolean', value: true,
description: 'ACPI support on Linux')
option('mitshm', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
description: 'SHM extension')
+option('agp', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
+ description: 'AGP support')
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)')