Re: [PATCH wayland] build: Build libwayland-private

2015-07-23 Thread Bryce Harrington
On Fri, Jun 19, 2015 at 10:27:33AM +1000, Peter Hutterer wrote: > On Thu, Jun 18, 2015 at 05:47:22PM -0500, Derek Foreman wrote: > > This splits the bulk of libwayland-util into libwayland-private. > > > > libwayland-util (which is just wayland-util.c) is for use with the scanner. > > > > libwayl

Re: [PATCH wayland] build: Build libwayland-private

2015-06-18 Thread Peter Hutterer
On Thu, Jun 18, 2015 at 05:47:22PM -0500, Derek Foreman wrote: > This splits the bulk of libwayland-util into libwayland-private. > > libwayland-util (which is just wayland-util.c) is for use with the scanner. > > libwayland-private is everything else. > > Most things will want to link both libs

[PATCH wayland] build: Build libwayland-private

2015-06-18 Thread Derek Foreman
This splits the bulk of libwayland-util into libwayland-private. libwayland-util (which is just wayland-util.c) is for use with the scanner. libwayland-private is everything else. Most things will want to link both libs. Signed-off-by: Derek Foreman --- Makefile.am | 12 +++- 1 file c