[Mesa-dev] [PATCH mesa] meson: add missing tegra vdpau driver
Eric Engestrom
eric.engestrom at intel.com
Thu Dec 6 16:57:32 UTC 2018
From: Igor Gnatenko <i.gnatenko.brain at gmail.com>
Fixes: 68076b87474e7959c161 "meson: build gallium vdpau state tracker"
Cc: Dylan Baker <dylan at pnwbakers.com>
---
src/gallium/targets/vdpau/meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/gallium/targets/vdpau/meson.build b/src/gallium/targets/vdpau/meson.build
index 005cf642498d68a0b395..0c09b2b811429b5688b8 100644
--- a/src/gallium/targets/vdpau/meson.build
+++ b/src/gallium/targets/vdpau/meson.build
@@ -51,13 +51,14 @@ libvdpau_gallium = shared_library(
libpipe_loader_static, libws_null, libwsw, libswdri, libswkmsdri,
],
dependencies : [
- dep_thread, driver_r300, driver_r600, driver_radeonsi, driver_nouveau,
+ dep_thread, driver_r300, driver_r600, driver_radeonsi, driver_nouveau, driver_tegra,
],
link_depends : vdpau_link_depends,
)
foreach d : [[with_gallium_r300, 'r300'],
[with_gallium_r600, 'r600'],
[with_gallium_radeonsi, 'radeonsi'],
+ [with_gallium_tegra, 'tegra'],
[with_gallium_nouveau, 'nouveau']]
if d[0]
vdpau_drivers += 'libvdpau_ at 0@.so.1.0.0'.format(d[1])
--
Cheers,
Eric
More information about the mesa-dev
mailing list