vulkan-overlay/meson: use install_data instead of configure_file
authorDylan Baker <dylan.c.baker@intel.com>
Thu, 21 May 2020 01:00:14 +0000 (18:00 -0700)
committerMarge Bot <eric+marge@anholt.net>
Mon, 1 Jun 2020 18:59:18 +0000 (18:59 +0000)
commitfb62e642ae667c99aeb3015fa77ab668af5e4ee6
tree2b95b64d47389bf3de917c656d7952e74141898f
parent138c003d22739b0d1e6860ed398dd511a44cde04
vulkan-overlay/meson: use install_data instead of configure_file

We don't want to copy the file into the build directory, we want to
install it. That's what install_data is for.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/2924
Fixes: 56ccea58ae7f6fd56cf4a1697d2cceb68866b552
       ("vulkan/overlay: Add basic overlay control script.")

Acked-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4740>
src/vulkan/overlay-layer/meson.build