summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/tegra
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-02-19 10:57:58 +0000
committerEric Engestrom <[email protected]>2019-02-19 13:29:00 +0000
commitb787403a21de8eeb21336274ba6ff19392a216da (patch)
treeb31d3b0c23a15bb8f9c7689d4b36cd78ce4060ff /src/gallium/drivers/tegra
parent238730daefc761fdcd431533cc4e979b9515d424 (diff)
tegra/meson: add missing dep_libdrm
Fixes: f1374805a86d0d506557 "drm-uapi: use local files, not system libdrm" Bug: https://bugs.freedesktop.org/show_bug.cgi?id=109645 Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/drivers/tegra')
-rw-r--r--src/gallium/drivers/tegra/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/tegra/meson.build b/src/gallium/drivers/tegra/meson.build
index d24438edc13..939d6294601 100644
--- a/src/gallium/drivers/tegra/meson.build
+++ b/src/gallium/drivers/tegra/meson.build
@@ -33,6 +33,7 @@ libtegra = static_library(
inc_include, inc_src, inc_gallium, inc_gallium_aux, inc_gallium_drivers,
inc_gallium_winsys,
],
+ dependencies : dep_libdrm,
)
driver_tegra = declare_dependency(