drm/tests/modetest
Tomasz Figa 8ef7e5b702 tests: Use -pthread in CFLAGS instead of -lpthread
-lpthread is not always a valid flag to pull pthread support, especially
on Android it will fail to link due to a missing libpthread.so. The more
generic way to build-in pthread support is to use the -pthread CFLAG, so
let's use it instead.

Signed-off-by: Tomasz Figa <tfiga@chromium.org>
[Emil Velikov: rebase on top of previous commit]
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2017-01-27 16:18:02 +00:00
..
Android.mk android: introduce Android.common.mk to reduce boilerplate 2017-01-27 15:48:16 +00:00
Makefile.am tests: Use -pthread in CFLAGS instead of -lpthread 2017-01-27 16:18:02 +00:00
Makefile.sources modetest: move sources lists to makefiles.sources 2014-09-28 17:09:34 +01:00
buffers.c tests: Split helpers into library 2015-12-18 17:43:40 +00:00
buffers.h tests: Split helpers into library 2015-12-18 17:43:40 +00:00
cursor.c tests: Split helpers into library 2015-12-18 17:43:40 +00:00
cursor.h modetest: add cursor support 2014-04-22 11:14:12 -04:00
modetest.c modetest: Allow the user to specify the plane ID 2016-12-19 15:14:07 +02:00