mark PurpleImageClass as private
[pidgin-git.git] / pidgin / pixmaps / meson.build
blob6e0a7ea31c624b7012e6211ce7010dee69628c0e
1 pidginpixmapdir = get_option('datadir') + '/pixmaps/pidgin'
3 subdir('emotes/default/24')
4 subdir('emotes/small/16')
6 if INSTALL_PIXMAPS
7         install_data('logo.png', 'arrow-down.xpm', 'arrow-left.xpm', 'arrow-right.xpm', 'arrow-up.xpm',
8             install_dir : pidginpixmapdir)
10         # Some of these don't use install_subdir because it deletes the target,
11         # and some target directories probably have something in them, for those
12         # installing somewhere with existing stuff. Additionally, we have
13         # extra stuff in our directories we don't want to install.
14         install_data('edit.png', 'info.png', 'pause.png',
15             install_dir : join_paths(pidginpixmapdir, 'buttons'))
16         subdir('tray')
17 endif