tools: drop event-debug
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 24 May 2017 00:17:46 +0000 (10:17 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 2 Jun 2017 02:21:35 +0000 (12:21 +1000)
commit67000f1ae63372d9c11f5966c07297081f412ee7
treefc0589edf4b69813321c38743119e0f5630ca75e
parent08c622aeb29d651c0645dc4debed9ffaee1a68b6
tools: drop event-debug

It's the same thing as libinput-debug-events and the newer "libinput
debug-events" command. The only reason it existed after we started providing
libinput-debug-events is the -no-install libtool flag that makes debugging
with gdb bearable.

Now that we're slowly moving to meson, this isn't needed anymore. If you want
to gdb directly in the source tree, build with meson.
Or use "libtool --mode=execute gdb" for an autotools build.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build
tools/.gitignore
tools/Makefile.am