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

Create WdHeadForm class

This commit is contained in:
Jason Francis
2020-05-09 13:37:18 -04:00
parent f3f2b9e9e2
commit 0ed52013dd
11 changed files with 616 additions and 461 deletions

View File

@@ -1,9 +1,15 @@
# SPDX-FileCopyrightText: 2020 Jason Francis <jason@cycles.network>
# SPDX-License-Identifier: CC0-1.0
resources_xml = configure_file(
input: 'resources.xml.in',
output: 'resources.xml',
configuration: conf
)
gnome = import('gnome')
resources = gnome.compile_resources(
'wdisplays-resources', 'resources.xml',
'wdisplays-resources', resources_xml,
source_dir : '.',
c_name : 'wdisplays_resources')