diff options
author | Emil Velikov <[email protected]> | 2014-03-12 01:49:20 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-03-31 13:01:10 +0100 |
commit | 501af7a1a0eab0d5d1d7427cbdbe50e783e5f447 (patch) | |
tree | d62f7ae91d97032f0d528be65a94fcf3b61a2799 | |
parent | 5503c227d98c6030455cc94197d462a066294f37 (diff) |
dri/i965: use CLOCK_LIBS over -lrt
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am index 24e226f7529..54a38bdbd43 100644 --- a/src/mesa/drivers/dri/i965/Makefile.am +++ b/src/mesa/drivers/dri/i965/Makefile.am @@ -50,7 +50,7 @@ TEST_LIBS = \ ../common/libmegadriver_stub.la \ ../../../libmesa.la \ $(DRI_LIB_DEPS) \ - -lrt \ + $(CLOCK_LIB) \ ../common/libdri_test_stubs.la TESTS = \ |