From: Ville Syrjälä <ville.syrj...@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.syrj...@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

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to