Added launcher

This commit is contained in:
Martijn Braam
2020-09-03 17:42:03 +02:00
parent 8fe634c1e1
commit 4be3e43b3a
3 changed files with 12 additions and 2 deletions

View File

@@ -3,4 +3,7 @@ gtkdep = dependency('gtk+-3.0')
executable('megapixels', 'main.c', 'ini.c', 'bayer.c', dependencies : gtkdep, install : true)
install_data(['camera.glade', 'camera.css'],
install_dir : get_option('datadir') / 'camera/ui')
install_dir : get_option('datadir') / 'megapixels/ui')
install_data(['org.postmarketos.Megapixels.desktop'],
install_dir : get_option('datadir') / 'applications')