Re: [PATCH wayland 0/2] build: Make wayland-scanner.m4 distributable

2013-07-03 Thread Kristian Høgsberg
On Tue, Jul 02, 2013 at 06:38:13PM +0900, Daiki Ueno wrote: > Hi, > > Currently, wayland-scanner.m4 is auto-generated with some path > variables (e.g. @prefix@) substituted. This makes it a bit hard to > use this file in an external project. See a patch at: > https://code.google.com/p/ibus/issue

[PATCH wayland 0/2] build: Make wayland-scanner.m4 distributable

2013-07-02 Thread Daiki Ueno
Hi, Currently, wayland-scanner.m4 is auto-generated with some path variables (e.g. @prefix@) substituted. This makes it a bit hard to use this file in an external project. See a patch at: https://code.google.com/p/ibus/issues/detail?id=1617#c13 Here are a couple of minor patches to improve this