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
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
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
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
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