pidgin/plugins/gestures/meson.build@875489636847
pidgin/plugins/gestures/meson.build
Thu, 06 Aug 2020 22:22:03 -0500
- author
- Gary Kramlich <grim@reaperworld.com>
- date
- Thu, 06 Aug 2020 22:22:03 -0500
- changeset 40502
- 875489636847
- parent 40497
-
2f45a03838e9
- child 41011
-
90dd69fd1372
- permissions
- -rw-r--r--
pidgin.h phase3: create pidgin.h and force its usage
fix the section id of pidgincore.h
Generate our pidgin.h file
Add include guard to all pidgin/*.h files and deal with the fallout from that.
Also had to namespace PIDGIN_BLIST_COLUMN_NAME, will come back and get the rest at a later time.
Testing Done:
Compile test, including some plugins that don't build by default. Also ran everything seems fine.
Reviewed at https://reviews.imfreedom.org/r/50/
gestures_SOURCES = [
'gestures.c',
'gstroke.h',
'gstroke-internal.h',
'stroke.c',
'stroke-draw.c'
]
if PLUGINS
gestures = library('gestures', gestures_SOURCES,
dependencies : [libpurple_dep, libpidgin_dep, glib],
name_prefix : '',
install : true, install_dir : PIDGIN_PLUGINDIR)
endif