[Mesa-dev] [PATCH 0/2] Add libunwind to travis gallium build and fix it

Gert Wollny gw.fossdev at gmail.com
Sun Sep 10 11:17:43 UTC 2017


When the register-merge patch series was applied and a build failure was
reported with libunwind  I notes that this is not checked on travis-ci, so I
thouhgt it might be a good idea to add it. By doing so I also notes that the
build configuation "make Gallium ST Other" failed to build.

The first patch addresses the latter, but I think it is more of hotfix, because
GALLIUM_COMMON_LIB_DEPS should actually propagate -llibunwind, but in that
specific configuration it doesn't, so I guess there might be a better fix.

The second patch simply adds libunwind8-dev to all the gallium/make
configuratuons thereby enabling building against it.

Best,
Gert

Gert Wollny (2):
  gallium/targets/dri: Add libunwind to linker flags
  travis-ci: Add libunwind-dev to gallium/make builds

 .travis.yml                         | 4 ++++
 src/gallium/targets/dri/Makefile.am | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

-- 
2.13.5



More information about the mesa-dev mailing list