On Monday, 2018-02-19 11:20:37 +, Eric Engestrom wrote:
> On Friday, 2018-02-16 14:27:03 -0600, Alexander von Gluck IV wrote:
> > ---
> > include/meson.build| 8 +
> > meson.build| 16 +++---
> > src/egl/meson.build
On Friday, 2018-02-16 14:27:03 -0600, Alexander von Gluck IV wrote:
> ---
> include/meson.build| 8 +
> meson.build| 16 +++---
> src/egl/meson.build| 36 +++---
> src/gallium/meson
Quoting Alexander von Gluck IV (2018-02-16 12:27:03)
> + link_with : [libglapi_static, libglapi],
> + dependencies : cpp.find_library('be'),
I think that we end up calling cpp.find_library('be') it might be worth just
adding this to the top meson.build file as dep_be, but I'm okay doing that as
---
include/meson.build| 8 +
meson.build| 16 +++---
src/egl/meson.build| 36 +++---
src/gallium/meson.build| 9 ++
src/gallium/state_trackers/hgl/meso