Re: [Mesa-dev] [PATCH 2/3] meson: use relative paths in megadriver symlinks

2018-03-08 Thread Dylan Baker
Quoting Dylan Baker (2018-03-08 11:25:20) > Quoting Greg V (2018-03-06 11:16:04) > > e.g. libvdpau_radeonsi.so(.1(.0)) were pointing to the absolute > > build-time path of libvdpau_radeonsi.so.1.0.0, which caused trouble > > when packaging the libraries. > > --- > > bin/install_megadrivers.py | 2

Re: [Mesa-dev] [PATCH 2/3] meson: use relative paths in megadriver symlinks

2018-03-08 Thread Dylan Baker
Quoting Greg V (2018-03-06 11:16:04) > e.g. libvdpau_radeonsi.so(.1(.0)) were pointing to the absolute > build-time path of libvdpau_radeonsi.so.1.0.0, which caused trouble > when packaging the libraries. > --- > bin/install_megadrivers.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

Re: [Mesa-dev] [PATCH 2/3] meson: use relative paths in megadriver symlinks

2018-03-08 Thread Dylan Baker
Quoting Greg V (2018-03-06 11:16:04) > e.g. libvdpau_radeonsi.so(.1(.0)) were pointing to the absolute > build-time path of libvdpau_radeonsi.so.1.0.0, which caused trouble > when packaging the libraries. > --- > bin/install_megadrivers.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

Re: [Mesa-dev] [PATCH 2/3] meson: use relative paths in megadriver symlinks

2018-03-08 Thread Emil Velikov
On 6 March 2018 at 19:16, Greg V wrote: > e.g. libvdpau_radeonsi.so(.1(.0)) were pointing to the absolute > build-time path of libvdpau_radeonsi.so.1.0.0, which caused trouble > when packaging the libraries. Patch looks correct, although CC-ing Dylan as our resident python expert. Fixes: f7f1b30

[Mesa-dev] [PATCH 2/3] meson: use relative paths in megadriver symlinks

2018-03-06 Thread Greg V
e.g. libvdpau_radeonsi.so(.1(.0)) were pointing to the absolute build-time path of libvdpau_radeonsi.so.1.0.0, which caused trouble when packaging the libraries. --- bin/install_megadrivers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install_megadrivers.py b/bin/inst