diff options
| author | Damien Lespiau <damien.lespiau@intel.com> | 2014-10-06 16:30:39 +0100 |
|---|---|---|
| committer | Damien Lespiau <damien.lespiau@intel.com> | 2014-10-06 18:58:11 +0100 |
| commit | 2faf5a8665bba9ab7ad64ac6aa8c13be8f176d7d (patch) | |
| tree | bb610ed56b5db8528ba166e1053fe11cd1add3b1 /tools/quick_dump/haswell | |
| parent | d4c1bb7aab2d2d7ed3eb3225f937f55f591f1ae4 (diff) | |
quick-dump: Make quick dump link against libintel_tools
Because quick-dump was only selecting a few files in lib/ and we move
stuff around and/or add new dependencies we were failing to provide the
necessary symbols to the shim library providing python bindings. And so
we had a run-time error:
Traceback (most recent call last):
File "./tools/quick_dump/quick_dump.py", line 17, in <module>
import chipset
File "/home/damien/gfx/sources/intel-gpu-tools/tools/quick_dump/chipset.py", line 28, in <module>
_chipset = swig_import_helper()
File "/home/damien/gfx/sources/intel-gpu-tools/tools/quick_dump/chipset.py", line 24, in swig_import_helper
_mod = imp.load_module('_chipset', fp, pathname, description)
File "/usr/lib64/python3.3/imp.py", line 183, in load_module
return load_dynamic(name, filename, file)
ImportError: /home/damien/gfx/sources/intel-gpu-tools/tools/quick_dump/_chipset.so: undefined symbol: kmstest_pipe_name
So, let's simplify maintainance and just link against the library we're
building and using elsewhere.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'tools/quick_dump/haswell')
0 files changed, 0 insertions, 0 deletions
