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

initialize repository

This commit is contained in:
Jason Francis
2019-07-05 22:51:52 -04:00
commit b278730ddd
14 changed files with 2502 additions and 0 deletions

7
resources/meson.build Normal file
View File

@@ -0,0 +1,7 @@
gnome = import('gnome')
resources = gnome.compile_resources(
'waydisplay-resources', 'resources.xml',
source_dir : '.',
c_name : 'waydisplay_resources')