Re: [Mesa-dev] [PATCH] meson: Add Haiku platform support v4

2018-02-19 Thread Eric Engestrom
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

Re: [Mesa-dev] [PATCH] meson: Add Haiku platform support v4

2018-02-19 Thread Eric Engestrom
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

Re: [Mesa-dev] [PATCH] meson: Add Haiku platform support v4

2018-02-16 Thread Dylan Baker
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

[Mesa-dev] [PATCH] meson: Add Haiku platform support v4

2018-02-16 Thread Alexander von Gluck IV
--- include/meson.build| 8 + meson.build| 16 +++--- src/egl/meson.build| 36 +++--- src/gallium/meson.build| 9 ++ src/gallium/state_trackers/hgl/meso