repo.or.cz
/
pidgin-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mark PurpleImageClass as private
[pidgin-git.git]
/
pidgin
/
plugins
/
gestures
/
meson.build
blob
3eea24162e3b658427d8e034c79d3fb0cd8f85bb
1
gestures_SOURCES = [
2
'gestures.c',
3
'gstroke.h',
4
'gstroke-internal.h',
5
'stroke.c',
6
'stroke-draw.c'
7
]
8
9
if PLUGINS
10
gestures = library('gestures', gestures_SOURCES,
11
build_by_default: false,
12
dependencies : [x11, libpurple_dep, libpidgin_dep, glib],
13
name_prefix : '',
14
install : false, install_dir : PIDGIN_PLUGINDIR)
15
endif