src/gallium/targets/egl/pipe_i965.c calling sw_screen_wrap() without including target-helpers/inline_wrapper_sw_helper.h cause installation on gentoo to fail with "installation aborted due to poor programming practices". the header file of the static inline function should be included before using the function. Solution: add #include "target-helpers/inline_wrapper_sw_helper.h" to pipe_i965.c.
Fixed w/ commit e19187e1beee9ea962f6d86cc4964b38fbcf768b
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.