build: Rename GSK resource generator script

Maintain the naming convention, since we have similar scripts for GDK
and GTK already.
This commit is contained in:
Emmanuele Bassi 2017-04-19 14:08:13 +01:00
parent ba87e857e2
commit d35d82fb35
3 changed files with 4 additions and 4 deletions

View File

@ -87,7 +87,7 @@ gdk_private_h_sources = files([
]) ])
gdk_gresource_xml = configure_file(output : 'gdk.gresource.xml', gdk_gresource_xml = configure_file(output : 'gdk.gresource.xml',
input : 'gen-gsk-resources-xml.py', input : 'gen-gdk-gresources-xml.py',
command : [find_program('gen-gdk-gresources-xml.py'), command : [find_program('gen-gdk-gresources-xml.py'),
meson.current_source_dir(), '@OUTPUT@']) meson.current_source_dir(), '@OUTPUT@'])

View File

@ -2,7 +2,7 @@
# #
# Generate gsk.resources.xml # Generate gsk.resources.xml
# #
# Usage: gen-gsk-resources-xml OUTPUT-FILE [INPUT-FILE1] [INPUT-FILE2] ... # Usage: gen-gsk-gresources-xml OUTPUT-FILE [INPUT-FILE1] [INPUT-FILE2] ...
import os, sys import os, sys

View File

@ -118,8 +118,8 @@ if have_vulkan
endif # have_vulkan endif # have_vulkan
gsk_resources_xml = configure_file(output : 'gsk.resources.xml', gsk_resources_xml = configure_file(output : 'gsk.resources.xml',
input : 'gen-gsk-resources-xml.py', input : 'gen-gsk-gresources-xml.py',
command : [find_program('gen-gsk-resources-xml.py'), command : [find_program('gen-gsk-gresources-xml.py'),
'@OUTPUT@', '@OUTPUT@',
gsk_private_source_shaders, gsk_private_source_shaders,
gsk_private_vulkan_compiled_shaders, gsk_private_vulkan_compiled_shaders,