gstreamer/validate/gst/plugins/Makefile.am
Thibault Saunier b5d3622b31 validate: Add a gtk plugins that implements action types relative to Gtk
Summary:
Currently the only supported action is gtk-put-event allowing press and
release keyboard keys.

Reviewers: Mathieu_Du

Differential Revision: http://phabricator.freedesktop.org/D117
2015-05-14 15:56:56 +02:00

5 lines
73 B
Makefile

SUBDIRS = fault_injection gapplication
if HAVE_GTK
SUBDIRS += gtk
endif