mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
quick_dump: Fix the danvet fallout.
quick_dump built fine, but it could actually run, since a lot of the linking happens at run time. There is one hack where we redefine the environment stuff, since depending on igt_aux means we have to pull in libdrm, which I do not want to do. Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
@@ -8,6 +8,8 @@ bin_SCRIPTS = chipset.py
|
||||
lib_LTLIBRARIES = I915ChipsetPython.la
|
||||
I915ChipsetPython_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS) $(PCIACCESS_LIBS)
|
||||
I915ChipsetPython_la_SOURCES = chipset_wrap_python.c chipset_macro_wrap.c \
|
||||
$(top_srcdir)/lib/igt_core.c \
|
||||
$(top_srcdir)/lib/igt_debugfs.c \
|
||||
$(top_srcdir)/lib/intel_os.c \
|
||||
$(top_srcdir)/lib/intel_chipset.c \
|
||||
$(top_srcdir)/lib/intel_reg_map.c \
|
||||
|
||||
Reference in New Issue
Block a user