From e15e0b638b46ae02bad6318db9cb1e7edd22f510 Mon Sep 17 00:00:00 2001 From: undef Date: Sat, 24 Aug 2024 06:17:03 +0000 Subject: [PATCH] buffyboard: Install config file Testing buffyboard ready for the Debian release I noticed that this wasn't being installed. --- buffyboard/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buffyboard/meson.build b/buffyboard/meson.build index da65769..fef9943 100644 --- a/buffyboard/meson.build +++ b/buffyboard/meson.build @@ -32,6 +32,8 @@ man_files = [ lvgl_sources = run_command('../find-lvgl-sources.sh', '../lvgl', check: true).stdout().strip().split('\n') +install_data(sources: 'buffyboard.conf', install_dir : get_option('sysconfdir')) + executable( 'buffyboard', sources: buffyboard_sources + shared_sources + squeek2lvgl_sources + lvgl_sources,