mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-05 04:06:20 -05:00
I could not find them referenced anywhere. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
11 lines
203 B
Meson
11 lines
203 B
Meson
foreach src : files([
|
|
'common.css',
|
|
'default.css',
|
|
])
|
|
name = fs.name(src)
|
|
publican_inputs += fs.copyfile(
|
|
name,
|
|
install: true,
|
|
install_dir: publican_install_prefix + '/html/css',
|
|
)
|
|
endforeach
|