Re: [Mesa-dev] [PATCH] meson: strip rpath when installing megadrivers

2018-11-16 Thread Dylan Baker
I should test this on MacOS... I will do that before pushing. Quoting Dylan Baker (2018-11-16 10:28:36) > This is the script that meson uses to install megadrivers. Meson always > sets rpath for in tree dependencies at build time, and normally rpaths > are stripped at install time. The install meg

Re: [Mesa-dev] [PATCH] meson: strip rpath when installing megadrivers

2018-11-16 Thread Dylan Baker
Quoting Eric Engestrom (2018-11-16 11:46:02) > > > On November 16, 2018 6:29:55 PM UTC, Dylan Baker wrote: > > This is the script that meson uses to install megadrivers. Meson > > always > > sets rpath for in tree dependencies at build time, and normally rpaths > > are stripped at install time.

Re: [Mesa-dev] [PATCH] meson: strip rpath when installing megadrivers

2018-11-16 Thread Eric Engestrom
On November 16, 2018 6:29:55 PM UTC, Dylan Baker wrote: > This is the script that meson uses to install megadrivers. Meson > always > sets rpath for in tree dependencies at build time, and normally rpaths > are stripped at install time. The install megadrivers script breaks > this > by bypassing

[Mesa-dev] [PATCH] meson: strip rpath when installing megadrivers

2018-11-16 Thread Dylan Baker
This is the script that meson uses to install megadrivers. Meson always sets rpath for in tree dependencies at build time, and normally rpaths are stripped at install time. The install megadrivers script breaks this by bypassing meson's normal install machinery. To fix this I've imported the funct