summaryrefslogtreecommitdiff
path: root/gsk/gen-gsk-gresources-xml.py
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-04-03 08:10:58 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-04-03 08:10:58 -0400
commitee63b84b6ab6fb8b342d5ea7a0441765a078c33b (patch)
treec57683cba0d73f17c7388ab81efde61a8e136f2c /gsk/gen-gsk-gresources-xml.py
parent2f1ff307da6fd6423b38c43aade003f012d4b8e8 (diff)
downloadgtk+-ee63b84b6ab6fb8b342d5ea7a0441765a078c33b.tar.gz
gsk: Rename resource paths
Make the shaders of the gl renderer live under /org/gtk/libgsk/gl. This is purely cosmetic.
Diffstat (limited to 'gsk/gen-gsk-gresources-xml.py')
-rw-r--r--gsk/gen-gsk-gresources-xml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsk/gen-gsk-gresources-xml.py b/gsk/gen-gsk-gresources-xml.py
index 16a2c4042a..404380e27b 100644
--- a/gsk/gen-gsk-gresources-xml.py
+++ b/gsk/gen-gsk-gresources-xml.py
@@ -45,7 +45,7 @@ xml = '''<?xml version='1.0' encoding='UTF-8'?>
'''
for f in gl_source_shaders:
- xml += ' <file alias=\'glsl/{0}\'>resources/glsl/{0}</file>\n'.format(os.path.basename(f))
+ xml += ' <file alias=\'gl/{0}\'>resources/glsl/{0}</file>\n'.format(os.path.basename(f))
xml += '\n'