mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-22 17:11:05 +00:00
10 lines
217 B
Meson
10 lines
217 B
Meson
|
install_data(
|
||
|
'@0@.svg'.format(base_id),
|
||
|
install_dir: iconsdir / 'hicolor' / 'scalable' / 'apps'
|
||
|
)
|
||
|
|
||
|
install_data(
|
||
|
'@0@-symbolic.svg'.format(base_id),
|
||
|
install_dir: iconsdir / 'hicolor' / 'symbolic' / 'apps',
|
||
|
)
|