mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-08 16:36:14 +00:00
tools/quick_dump/makefile.am: add -lrt to get clock_gettime
Attempting to build IGT on linux without libunwind fails due to tools/quick_dump not linking the rt library, causing an undefined symbol error for clock_gettime. Adding -lrt to the list of libraries in Makefile.am fixes this. Signed-off-by: Tim Gore <tim.gore@intel.com> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
parent
52888df084
commit
20ad3e55fb
@ -14,6 +14,7 @@ I915ChipsetPython_la_LIBADD = \
|
||||
$(DRM_LIBS) \
|
||||
$(CAIRO_LIBS) \
|
||||
$(LIBUNWIND_LIBS) \
|
||||
-lrt
|
||||
$(NULL)
|
||||
|
||||
chipset.py: chipset_wrap_python.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user