9 lines
170 B
Meson
9 lines
170 B
Meson
install_data([
|
|
'beavis.jpg',
|
|
'texture.jpg',
|
|
'texture1.jpg',
|
|
'texture2.jpg',
|
|
'texture3.jpg',
|
|
],
|
|
install_dir: gimpdatadir / 'scripts' / 'images',
|
|
)
|