1
0
mirror of https://github.com/artizirk/wdisplays.git synced 2025-12-08 17:15:13 +02:00

Add icon and desktop file

This commit is contained in:
Jason Francis
2019-12-09 17:32:55 -05:00
parent 22669edadb
commit 54b5fe7e30
9 changed files with 740 additions and 21 deletions

View File

@@ -1,4 +1,8 @@
project('wdisplays', 'c')
project('com.github.cyclopsian.wdisplays', 'c', license: 'MIT', version: '0.9')
conf = configuration_data()
conf.set('app_id', meson.project_name())
conf.set('version', meson.project_version())
subdir('protocol')
subdir('resources')