summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2019-04-15 10:11:43 +0200
committerErik Faye-Lund <erik.faye-lund@collabora.com>2019-05-02 18:30:29 +0000
commit28f18915b89ede1baac770b042943c6ebd0f5ef4 (patch)
treecf46686af041b1852b1366bdbf0a480ce4599ed8 /src/mesa/drivers/dri/nouveau
parentc14b13d0ff0d04a2aec239734621fcfa79c629cc (diff)
meson: lift driver-collection out into parent build-file
This way we can mark the dri_drivers and dri_link arrays as temporary, as all knowledge about them are contained in a single build-file with clearly visible limited life-span. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com> Acked-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'src/mesa/drivers/dri/nouveau')
-rw-r--r--src/mesa/drivers/dri/nouveau/meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/nouveau/meson.build b/src/mesa/drivers/dri/nouveau/meson.build
index 9ad6779d85e..c07d2a2be13 100644
--- a/src/mesa/drivers/dri/nouveau/meson.build
+++ b/src/mesa/drivers/dri/nouveau/meson.build
@@ -87,6 +87,3 @@ libnouveau_vieux = static_library(
cpp_args : [cpp_vis_args],
dependencies : [dep_libdrm, dep_libdrm_nouveau],
)
-
-dri_drivers += libnouveau_vieux
-dri_link += 'nouveau_vieux_dri.so'