Re: [PATCH] Remove explicit dependency on $(WAYLAND_LIBS)

2015-01-04 Thread Keith Packard
Peter Hutterer writes: > Reviewed-by: Peter Hutterer Merged. de89c6b..3573855 master -> master -- -keith signature.asc Description: PGP signature ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/m

Re: [PATCH] Remove explicit dependency on $(WAYLAND_LIBS)

2014-12-11 Thread Peter Hutterer
On Thu, Dec 11, 2014 at 07:51:27PM +0100, Olivier Fourdan wrote: > Xwayland Makefile explicitely set its dependencies on > WAYLAND_LIBS. If the ibrairies are installed in a non-standard > path, WAYLAND_LIBS contains '-L/path/to/the/lib' which will fail > at build time with: > > "No rule to make ta

[PATCH] Remove explicit dependency on $(WAYLAND_LIBS)

2014-12-11 Thread Olivier Fourdan
Xwayland Makefile explicitely set its dependencies on WAYLAND_LIBS. If the ibrairies are installed in a non-standard path, WAYLAND_LIBS contains '-L/path/to/the/lib' which will fail at build time with: "No rule to make target '-L/path/to/the/lib', needed by 'Xwayland'. Stop" Remove that explicit

Re: [PATCH] Remove explicit dependency on $(WAYLAND_LIBS)

2014-12-11 Thread Pekka Paalanen
On Wed, 03 Dec 2014 14:33:38 +0100 Olivier Fourdan wrote: > Hi > > I was trying to build XWayland as per the recipe from > http://wayland.freedesktop.org/xserver.html and ran into an issue > because I have the Wayland libs installed in a non-standard location > (from http://wayland.freedeskto

[PATCH] Remove explicit dependency on $(WAYLAND_LIBS)

2014-12-03 Thread Olivier Fourdan
ave it (at least it builds successfully without), thus the patch attached. HTH, Cheers, Olivier >From 090928e71a4c06ee8f22cbf90b65dc4e248ee838 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Wed, 3 Dec 2014 13:49:37 +0100 Subject: [PATCH] Remove explicit dependency on $(WAYLAND_LIBS) Xw