forked from AuroraMiddleware/gtk
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:
parent
ba87e857e2
commit
d35d82fb35
@ -87,7 +87,7 @@ gdk_private_h_sources = files([
|
||||
])
|
||||
|
||||
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'),
|
||||
meson.current_source_dir(), '@OUTPUT@'])
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# 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
|
||||
|
@ -118,8 +118,8 @@ if have_vulkan
|
||||
endif # have_vulkan
|
||||
|
||||
gsk_resources_xml = configure_file(output : 'gsk.resources.xml',
|
||||
input : 'gen-gsk-resources-xml.py',
|
||||
command : [find_program('gen-gsk-resources-xml.py'),
|
||||
input : 'gen-gsk-gresources-xml.py',
|
||||
command : [find_program('gen-gsk-gresources-xml.py'),
|
||||
'@OUTPUT@',
|
||||
gsk_private_source_shaders,
|
||||
gsk_private_vulkan_compiled_shaders,
|
||||
|
Loading…
Reference in New Issue
Block a user