Re: [Mesa-dev] [PATCH 2/2] travis-ci: Add libunwind-dev to gallium/make builds

2017-09-11 Thread Emil Velikov
On 11 September 2017 at 17:38, Gert Wollny wrote: > Am Montag, den 11.09.2017, 17:05 +0100 schrieb Emil Velikov: >> On 10 September 2017 at 12:17, Gert Wollny >> wrote: >> > configure picks up libunwind automatically if it is available and >> > links libmesagallium against it. Because static link

Re: [Mesa-dev] [PATCH 2/2] travis-ci: Add libunwind-dev to gallium/make builds

2017-09-11 Thread Gert Wollny
Am Montag, den 11.09.2017, 17:05 +0100 schrieb Emil Velikov: > On 10 September 2017 at 12:17, Gert Wollny > wrote: > > configure picks up libunwind automatically if it is available and > > links libmesagallium against it. Because static linking is used > > all targets that use libmesagallium also

Re: [Mesa-dev] [PATCH 2/2] travis-ci: Add libunwind-dev to gallium/make builds

2017-09-11 Thread Emil Velikov
On 10 September 2017 at 12:17, Gert Wollny wrote: > configure picks up libunwind automatically if it is available and > links libmesagallium against it. Because static linking is used > all targets that use libmesagallium also need to link against libunwind > in this case, and this should be check

[Mesa-dev] [PATCH 2/2] travis-ci: Add libunwind-dev to gallium/make builds

2017-09-10 Thread Gert Wollny
configure picks up libunwind automatically if it is available and links libmesagallium against it. Because static linking is used all targets that use libmesagallium also need to link against libunwind in this case, and this should be checked on travis-ci. --- .travis.yml | 4 1 file changed,