diff options
| author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-11-24 19:39:30 -0500 |
|---|---|---|
| committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-11-24 19:39:30 -0500 |
| commit | b5f3587df4048d2ba807721ff2faea8c8a43a93f (patch) | |
| tree | 6913f730a41822b98fecd5e82b7cae46164fd9c0 /meson.options | |
| parent | 41c700fdbf1d79dfb571105ee93bfa46da6c8428 (diff) | |
WIPfrygon
Diffstat (limited to 'meson.options')
| -rw-r--r-- | meson.options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.options b/meson.options index 75731475c12..beedcb9836e 100644 --- a/meson.options +++ b/meson.options @@ -209,7 +209,7 @@ option( choices : ['auto', 'amd', 'broadcom', 'freedreno', 'intel', 'intel_hasvk', 'panfrost', 'swrast', 'virtio', 'imagination', 'microsoft-experimental', 'nouveau', 'asahi', 'gfxstream', - 'kosmickrisp', 'all'], + 'kosmickrisp', 'frygon', 'all'], description : 'List of vulkan drivers to build. If this is set to auto ' + 'all drivers applicable to the target OS/architecture ' + 'will be built' |