grim/guifications2

Remove unnecessary GTK_CHECK_VERSION checks
draft
2021-04-12, Gary Kramlich
fb28afae81c6
Remove unnecessary GTK_CHECK_VERSION checks
THEMES = ['default', 'hbons', 'mini', 'Penguins']
foreach theme : THEMES
install_subdir(
theme,
install_dir : get_option('datadir') / 'pixmaps/pidgin/guifications/themes'
)
endforeach