* [i-g-t PATCH] flip_test: fix link error due to missing -lrt
@ 2012-12-07 18:30 Imre Deak
2012-12-08 13:03 ` Daniel Vetter
0 siblings, 1 reply; 2+ messages in thread
From: Imre Deak @ 2012-12-07 18:30 UTC (permalink / raw)
To: intel-gfx
Needed by clock_gettime(). This isn't a problem if libudev is used,
as that pulles librt with it.
Signed-off-by: Imre Deak <imre.deak@intel.com>
---
tests/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4658fce..c49d870 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -176,6 +176,7 @@ gem_fence_thrash_LDADD = $(LDADD) -lpthread
gem_threaded_access_tiled_LDADD = $(LDADD) -lpthread
gem_wait_render_timeout_LDADD = $(LDADD) -lrt
+flip_test_LDADD = $(LDADD) -lrt
gem_ctx_basic_LDADD = $(LDADD) -lpthread
--
1.7.11.7
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [i-g-t PATCH] flip_test: fix link error due to missing -lrt
2012-12-07 18:30 [i-g-t PATCH] flip_test: fix link error due to missing -lrt Imre Deak
@ 2012-12-08 13:03 ` Daniel Vetter
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Vetter @ 2012-12-08 13:03 UTC (permalink / raw)
To: Imre Deak; +Cc: intel-gfx
On Fri, Dec 07, 2012 at 08:30:28PM +0200, Imre Deak wrote:
> Needed by clock_gettime(). This isn't a problem if libudev is used,
> as that pulles librt with it.
>
> Signed-off-by: Imre Deak <imre.deak@intel.com>
Applied, thanks for the pach.
-Daniel
--
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-08 13:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-07 18:30 [i-g-t PATCH] flip_test: fix link error due to missing -lrt Imre Deak
2012-12-08 13:03 ` Daniel Vetter
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.