gtk: Stop using pixdata resources

It does not really help, and pixdata is deprecated.
This commit is contained in:
Matthias Clasen 2017-10-18 08:53:49 +08:00
parent 50c8221058
commit 3287469929

View File

@ -24,7 +24,7 @@ xml += '''
'''
for f in get_files('theme/Adwaita/assets', '.png'):
xml += ' <file preprocess=\'to-pixdata\'>theme/Adwaita/assets/{0}</file>\n'.format(f)
xml += ' <file>theme/Adwaita/assets/{0}</file>\n'.format(f)
xml += '\n'
@ -39,7 +39,7 @@ xml += '''
'''
for f in get_files('theme/HighContrast/assets', '.png'):
xml += ' <file preprocess=\'to-pixdata\'>theme/HighContrast/assets/{0}</file>\n'.format(f)
xml += ' <file>theme/HighContrast/assets/{0}</file>\n'.format(f)
xml += '\n'