--- a/pidgin/pixmaps/meson.build Fri Mar 18 00:09:50 2022 -0500 +++ b/pidgin/pixmaps/meson.build Fri Mar 18 00:13:23 2022 -0500 @@ -1,15 +1,3 @@ pidginpixmapdir = get_option('datadir') / 'pixmaps/pidgin' subdir('emotes') - -if INSTALL_PIXMAPS - install_data('logo.png', install_dir : pidginpixmapdir) - - # Some of these don't use install_subdir because it deletes the target, - # and some target directories probably have something in them, for those - # installing somewhere with existing stuff. Additionally, we have - # extra stuff in our directories we don't want to install. - install_data('edit.png', 'info.png', 'pause.png', - install_dir : pidginpixmapdir / 'buttons') - subdir('tray') -endif