Skip to content
Snippets Groups Projects
Commit e15e0b63 authored by undef's avatar undef
Browse files

buffyboard: Install config file

Testing buffyboard ready for the Debian release I noticed that this
wasn't being installed.
parent 05a7512b
No related branches found
No related tags found
1 merge request!25buffyboard: Install config 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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment