Re: [PATCH wayland-protocols 1/3] Add meson build system support

2017-12-05 Thread Philipp Zabel
Signed-off-by: Jonas Ådahl > --- > meson.build | 81 > + > meson_options.txt | 4 +++ > tests/meson.build | 13 > wayland-protocols.pc.in | 2 +- > 4 files changed, 99 insertions(+), 1 deletion(-) > create mode

Re: [PATCH wayland-protocols 1/3] Add meson build system support

2017-12-04 Thread Daniel Stone
Hi Jonas, On 11 October 2017 at 10:00, Jonas Ådahl wrote: > +wayland_scanner = find_program('wayland-scanner') It would be good to have this follow Quentin's suggestion for how to find wayland-scanner generally. Apart from that, series is: Reviewed-by: Daniel Stone Cheers, Daniel _

[PATCH wayland-protocols 1/3] Add meson build system support

2017-10-11 Thread Jonas Ådahl
Signed-off-by: Jonas Ådahl --- meson.build | 81 + meson_options.txt | 4 +++ tests/meson.build | 13 wayland-protocols.pc.in | 2 +- 4 files changed, 99 insertions(+), 1 deletion(-) create mode 100644 meson.build