mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 05:08:04 +02:00
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>
This commit is contained in:
parent
9dd2e8e552
commit
b4a6f50f2a
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue