buffyboard: Install config file

Testing buffyboard ready for the Debian release I noticed that this
wasn't being installed.
This commit is contained in:
undef 2024-08-24 06:17:03 +00:00
parent 05a7512b97
commit e15e0b638b

View file

@ -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,