mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 18:06:13 +00:00
flip_test: fix link error due to missing -lrt
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> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
e0ce231bf3
commit
7ab837b214
@ -178,6 +178,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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user