add buffyboard systemd service

This commit is contained in:
Colin 2024-11-02 10:10:15 +00:00 committed by Johannes Marbach
parent 634af596d9
commit edf612adee
4 changed files with 57 additions and 0 deletions

View file

@ -1,2 +1,3 @@
option('with-drm', type: 'feature', value: 'auto', description: 'Enable DRM backend')
option('man', type: 'boolean', value: true, description: 'Install manual pages')
option('systemd-buffyboard-service', type: 'feature', value: 'auto', description: 'Install systemd service file for buffyboard')