Mesa (main): dzn: remove stale cpp_args

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 21 11:31:16 UTC 2022


Module: Mesa
Branch: main
Commit: 4300b5d914719a1af975ef4766b311d5261f4e2e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4300b5d914719a1af975ef4766b311d5261f4e2e

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Wed Apr 20 18:33:04 2022 +0200

dzn: remove stale cpp_args

We no longer use C++, so we don't need to set cpp_args here.

Acked-by: Boris Brezillon <boris.brezillon at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16076>

---

 src/microsoft/vulkan/meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/microsoft/vulkan/meson.build b/src/microsoft/vulkan/meson.build
index 377f2f92336..ee974073a8a 100644
--- a/src/microsoft/vulkan/meson.build
+++ b/src/microsoft/vulkan/meson.build
@@ -73,7 +73,6 @@ libvulkan_dzn = shared_library(
   ],
   dependencies : [dzn_deps, idep_vulkan_wsi],
   c_args : dzn_flags,
-  cpp_args : dzn_flags,
   gnu_symbol_visibility : 'hidden',
   link_args : [ld_args_bsymbolic, ld_args_gc_sections],
   name_prefix : host_machine.system() == 'windows' ? '' : 'lib',



More information about the mesa-commit mailing list