debug-viewer: Use python.install_sources()
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 1 Apr 2019 19:23:21 +0000 (15:23 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 2 Apr 2019 16:13:06 +0000 (12:13 -0400)
commit4262c23a9c92081456e88e3e5ee2eb0fdeb35943
tree1da9190e9c254869476521774b4e4a58948859f7
parent40755c2d90227fa5bc40dca957fb78e7fc5fdca1
debug-viewer: Use python.install_sources()

With current implementation we would try and install into the system
path regardless of the prefix. On top of that, we could install any left
over pyc file and would install the unit test also.

To fix this, we now list every files to be installed and use
python.install_sources(), leaving to meson the decision on where things
should be installed.
debug-viewer/meson.build