From 1d7b5c81963b2e4fa5b12fc95f3a62dd69f1ec66 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 24 Jun 2025 15:33:33 +1000 Subject: [PATCH] meson.build: install the libinput-properties.h file Patch provided by Brice De Bruyne Closes #67 Signed-off-by: Peter Hutterer Part-of: --- meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson.build b/meson.build index 9812a16..3fbde19 100644 --- a/meson.build +++ b/meson.build @@ -146,6 +146,8 @@ configure_file( install_dir: dir_man4 ) +install_headers('include/libinput-properties.h', install_dir: dir_headers) + install_data('conf/40-libinput.conf', install_dir: dir_xorg_conf) # Now generate config.h