Re: [Mesa-dev] [PATCH v3 19/48] meson: build libgl-gdi target

2018-08-09 Thread Dylan Baker
Quoting Eric Anholt (2018-08-07 11:12:27) > Dylan Baker writes: > > > --- > > src/gallium/meson.build | 1 + > > src/gallium/targets/libgl-gdi/meson.build | 44 +++ > > 2 files changed, 45 insertions(+) > > create mode 100644 src/gallium/targets/libgl-gdi/

Re: [Mesa-dev] [PATCH v3 19/48] meson: build libgl-gdi target

2018-08-07 Thread Eric Anholt
Dylan Baker writes: > --- > src/gallium/meson.build | 1 + > src/gallium/targets/libgl-gdi/meson.build | 44 +++ > 2 files changed, 45 insertions(+) > create mode 100644 src/gallium/targets/libgl-gdi/meson.build > > diff --git a/src/gallium/meson.build b/s

[Mesa-dev] [PATCH v3 19/48] meson: build libgl-gdi target

2018-08-06 Thread Dylan Baker
--- src/gallium/meson.build | 1 + src/gallium/targets/libgl-gdi/meson.build | 44 +++ 2 files changed, 45 insertions(+) create mode 100644 src/gallium/targets/libgl-gdi/meson.build diff --git a/src/gallium/meson.build b/src/gallium/meson.build index a4f28d