pidgin/pixmaps/meson.build

Fri, 14 Dec 2018 17:21:16 -0600

author
Mike Ruprecht <cmaiku@gmail.com>
date
Fri, 14 Dec 2018 17:21:16 -0600
changeset 39394
837a999f0ee3
parent 39043
837015ba2923
child 40536
c0ea70247280
permissions
-rw-r--r--

pidgin: Add documentation for functions in pidgintalkatu.h

This patch adds documentation and therefore annotations to the
functions in pidgin/pidgintalkatu.h. Doing so silences a couple
of warnings when building our GObject introspection.

pidginpixmapdir = get_option('datadir') + '/pixmaps/pidgin'

subdir('emotes/default/24')
subdir('emotes/small/16')

if INSTALL_PIXMAPS
	install_data('logo.png', 'arrow-down.xpm', 'arrow-left.xpm', 'arrow-right.xpm', 'arrow-up.xpm',
	    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 : join_paths(pidginpixmapdir, 'buttons'))
	subdir('tray')
endif

mercurial