summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-04-01 16:53:42 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-04-29 17:30:17 +0000
commitb4a6f50f2afdbd1b3762bb518f680aa88d44c517 (patch)
tree03d9bd95e4de07c6d7822ef98e986b1294cb9bd7
parent9dd2e8e552a5c290bc52190e074db1b3843faaf8 (diff)
freedreno: link against CLOCK_LIB
Required by clock_gettime() Cc: Rob Clark <robdclark@gmail.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r--freedreno/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/freedreno/Makefile.am b/freedreno/Makefile.am
index 07208675..9b7ec7df 100644
--- a/freedreno/Makefile.am
+++ b/freedreno/Makefile.am
@@ -10,7 +10,10 @@ AM_CFLAGS = \
libdrm_freedreno_la_LTLIBRARIES = libdrm_freedreno.la
libdrm_freedreno_ladir = $(libdir)
libdrm_freedreno_la_LDFLAGS = -version-number 1:0:0 -no-undefined
-libdrm_freedreno_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
+libdrm_freedreno_la_LIBADD = \
+ ../libdrm.la \
+ @PTHREADSTUBS_LIBS@ \
+ @CLOCK_LIB@
libdrm_freedreno_la_SOURCES = $(LIBDRM_FREEDRENO_FILES)
if HAVE_FREEDRENO_KGSL