diff --git a/buffyboard/meson.build b/buffyboard/meson.build index da65769286ad84d647fc2d45d2725717c5e156c5..fef9943de75ddfd9602a3f696455671d75963621 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,