mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-24 09:06:21 -04:00
12 lines
204 B
Meson
12 lines
204 B
Meson
|
|
foreach src : files([
|
||
|
|
'icon.svg',
|
||
|
|
'wayland.png',
|
||
|
|
])
|
||
|
|
name = fs.name(src)
|
||
|
|
publican_inputs += fs.copyfile(
|
||
|
|
name,
|
||
|
|
install: true,
|
||
|
|
install_dir: publican_install_prefix + '/html/images',
|
||
|
|
)
|
||
|
|
endforeach
|