mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 08:28:03 +02:00
19 lines
381 B
Meson
19 lines
381 B
Meson
solar_plymouth = configure_file(
|
|
input: 'solar.plymouth.in',
|
|
output: '@BASENAME@',
|
|
configuration: {
|
|
'PLYMOUTH_THEME_PATH': plymouth_theme_path,
|
|
},
|
|
install: true,
|
|
install_dir: plymouth_theme_path / 'solar',
|
|
)
|
|
|
|
install_data(
|
|
'box.png',
|
|
'bullet.png',
|
|
'entry.png',
|
|
'lock.png',
|
|
'progress_bar.png',
|
|
'star.png',
|
|
install_dir: plymouth_theme_path / 'solar',
|
|
)
|