packaging: Install entty.py as squeekboard-entry

This commit is contained in:
Dorota Czaplejewicz
2019-12-16 17:50:32 +00:00
parent d9f284b19a
commit 1cffdda09d
3 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,11 @@
entry = configure_file(
copy: true,
input: 'entry.py',
output: 'squeekboard-entry',
install: true,
install_dir: bindir,
)
test_layout = custom_target('squeekboard-test-layout',
build_by_default: true,
# meson doesn't track all inputs, cargo does