You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
490 B
15 lines
490 B
install_data([ 'xterm.png', |
|
'web_browser.png', |
|
'audio_player.png', |
|
'mail_client.png', |
|
'video_player.png', |
|
'text_editor.png', |
|
'image_viewer.png', |
|
'audio_player2.png' |
|
], |
|
install_dir: join_paths(dir_data, 'enlightenment/data/icons') |
|
) |
|
|
|
install_data('enlightenment-askpass.png', |
|
install_dir: join_paths(dir_data, 'pixmaps') |
|
)
|
|
|