mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-05 01:41:08 -05:00
11 lines
204 B
Meson
11 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
|