forked from AuroraMiddleware/gtk
gtk: Stop using pixdata resources
It does not really help, and pixdata is deprecated.
This commit is contained in:
parent
50c8221058
commit
3287469929
@ -24,7 +24,7 @@ xml += '''
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
for f in get_files('theme/Adwaita/assets', '.png'):
|
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'
|
xml += '\n'
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ xml += '''
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
for f in get_files('theme/HighContrast/assets', '.png'):
|
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'
|
xml += '\n'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user