10 lines
333 B
Meson
10 lines
333 B
Meson
install_data(
|
|
'scalable/org.gnome.Settings-power-symbolic.svg',
|
|
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
|
)
|
|
|
|
# what an oddity. icons should install to the same location.
|
|
install_data(
|
|
'info-symbolic.svg',
|
|
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'status')
|
|
)
|