From 1ce8a74669551af8b542c840f8e3768254d7ae33 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Thu, 18 Nov 2021 21:15:26 +0100 Subject: [PATCH] Make meson actually install the binary --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6c347ad..2cd3ac9 100644 --- a/meson.build +++ b/meson.build @@ -50,5 +50,6 @@ executable( dependency('libinput'), meson.get_compiler('c').find_library('m', required: false), dependency('xkbcommon'), - ] + ], + install: true )