19 lines
615 B
Meson
19 lines
615 B
Meson
stock_icons = [
|
|
'lighting-intensity-ambient-high.png',
|
|
'lighting-intensity-ambient-low.png',
|
|
'lighting-intensity-diffuse-high.png',
|
|
'lighting-intensity-diffuse-low.png',
|
|
'lighting-reflectivity-diffuse-high.png',
|
|
'lighting-reflectivity-diffuse-low.png',
|
|
'lighting-reflectivity-highlight-high.png',
|
|
'lighting-reflectivity-highlight-low.png',
|
|
'lighting-reflectivity-specular-high.png',
|
|
'lighting-reflectivity-specular-low.png',
|
|
]
|
|
|
|
lighting_icon_sources = gnome.compile_resources(
|
|
'lighting-icon-images',
|
|
'lighting-icon-images.gresource.xml',
|
|
# source_dir: meson.current_source_directory(),
|
|
)
|