[Intel-gfx] [PATCH i-g-t 11/12] meson: Rename and install intel-gpu-overlay
Ville Syrjala
ville.syrjala at linux.intel.com
Mon Sep 11 17:25:06 UTC 2017
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
Autotools called the binary 'intel-gpu-overlay', let's have meson use
that name as well. Also install it.
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
overlay/meson.build | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/overlay/meson.build b/overlay/meson.build
index a4b778ca5a86..a92ef89542d3 100644
--- a/overlay/meson.build
+++ b/overlay/meson.build
@@ -52,8 +52,9 @@ gpu_overlay_src += both_x11_src
gpu_overlay_src += 'kms/kms-overlay.c'
if xrandr.found() and cairo.found()
- executable('intel_gpu_overlay', gpu_overlay_src,
+ executable('intel-gpu-overlay', gpu_overlay_src,
include_directories : inc,
c_args : gpu_overlay_cflags,
- dependencies : gpu_overlay_deps)
+ dependencies : gpu_overlay_deps,
+ install : true)
endif
--
2.13.5
More information about the Intel-gfx
mailing list