diff options
author | Eric Anholt <[email protected]> | 2018-10-26 18:19:37 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2019-04-26 15:02:03 -0700 |
commit | edb04953c8b8520108f333b1e289f18719a7d597 (patch) | |
tree | 2537f23bfb1eb9b4facb8106a6fcd4643b34bb4e /src/gallium/drivers/vc4 | |
parent | 7e069832a05ebd5948d3ef95d3b5028156c829b3 (diff) |
vc4: Fall back to renderonly if the vc4 driver doesn't have v3d.
I have a platform with vc4 display but V3D 4.x. We can fall back on
kmsro's probing to bring up the v3d gallium driver.
Acked-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/vc4')
-rw-r--r-- | src/gallium/drivers/vc4/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/meson.build b/src/gallium/drivers/vc4/meson.build index 617578d4593..5ce5af5f6b4 100644 --- a/src/gallium/drivers/vc4/meson.build +++ b/src/gallium/drivers/vc4/meson.build @@ -96,7 +96,6 @@ if host_machine.cpu_family() == 'arm' vc4_c_args += '-DUSE_ARM_ASM' endif -dep_simpenrose = dependency('simpenrose', required : false) if dep_simpenrose.found() vc4_c_args += '-DUSE_VC4_SIMULATOR' endif |