build: Rename a variable

Those aren't source headers...
This commit is contained in:
Timm Bäder 2017-12-29 05:47:22 +01:00
parent 6587864824
commit 86a6131510

View File

@ -1,4 +1,4 @@
gsk_private_source_shaders = [
gsk_private_gl_shaders = [
'resources/glsl/blend.fs.glsl',
'resources/glsl/blend.vs.glsl',
'resources/glsl/blit.fs.glsl',
@ -102,7 +102,7 @@ gsk_resources_xml = configure_file(output: 'gsk.resources.xml',
command: [
find_program('gen-gsk-gresources-xml.py'),
'@OUTPUT@',
gsk_private_source_shaders,
gsk_private_gl_shaders,
gsk_private_vulkan_compiled_shaders,
gsk_private_vulkan_shaders
])