[Linuxwacom-devel] [PATCH] test: drop glib dependency

2011-03-21 Thread Peter Hutterer
We weren't really using any of the glib-specific stuff anyway, so just replace g_assert with normal assert and drop the dependency. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- configure.ac | 11 + test/Makefile.am |4 +- test/wacom-tests.c | 122

Re: [Linuxwacom-devel] [PATCH] test: drop glib dependency

2011-03-21 Thread Ping Cheng
Thank you for the patch. Acked-by: Ping Cheng pingli...@gmail.com Ping On Mon, Mar 21, 2011 at 7:02 PM, Peter Hutterer peter.hutte...@who-t.netwrote: We weren't really using any of the glib-specific stuff anyway, so just replace g_assert with normal assert and drop the dependency.