Make meson actually install the binary

This commit is contained in:
Johannes Marbach 2021-11-18 21:15:26 +01:00
parent 5f25560811
commit 1ce8a74669

View file

@ -50,5 +50,6 @@ executable(
dependency('libinput'),
meson.get_compiler('c').find_library('m', required: false),
dependency('xkbcommon'),
]
],
install: true
)