mesa/src/nouveau
Quentin Schulz e1765a2914 nvk: remove unused relative_dir variable
In commit f35172b6a4 ("meson: make CL args common"), the
fmacro-prefix-map using relative_dir variable was moved from child
meson.build files to the main meson.build file. However, the
relative_dir variable assignment from src/nouveau/vulkan/meson.build
wasn't removed, while src/asahi/libagx's and src/panfrost/libpan's were.
This seems to be an oversight, so let's remove this seemingly now unused
relative_dir meson variable from nvk's meson.build.

This also allows us to remove the use of discouraged global_build_root()
[1] and global_source_root()[2].

[1] https://mesonbuild.com/Reference-manual_builtin_meson.html#mesonglobal_build_root
[2] https://mesonbuild.com/Reference-manual_builtin_meson.html#mesonglobal_source_root

Fixes: f35172b6a4 ("meson: make CL args common")
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36927>
2025-09-15 12:18:37 +00:00
..
ci nvk/ci: document fixed tests 2025-09-07 22:25:58 +02:00
compiler nak: Move dataflow to compiler crate 2025-09-13 07:30:50 +00:00
drm build: pass licensing information in SPDX form 2024-06-29 12:42:49 -07:00
drm-shim nouveau/drm-shim: set ram_user 2024-07-16 15:13:40 +00:00
headers nouveau/winsys: add shared memory size tables 2025-09-05 20:01:01 +00:00
mme nvk: Check subchannels are valid in nv_push 2025-08-07 18:47:47 +00:00
nil nil: Add missing compressible PTE kinds 2025-08-29 15:27:50 -04:00
rust nouveau/bitview: Drop an unneeded lifetime 2025-08-20 17:06:50 +00:00
vulkan nvk: remove unused relative_dir variable 2025-09-15 12:18:37 +00:00
winsys nouveau/winsys: add shared memory size tables 2025-09-05 20:01:01 +00:00
.rustfmt.toml nouveau: Move .rustfmt.toml from NAK to src/nouveau/ 2024-04-08 20:28:43 +00:00
meson.build nouveau: Move codegen back to the src/gallium/drivers/nouveau 2025-05-28 21:01:26 +00:00