Re: [Mesa-dev] [PATCH] gallium: work around libtool relink issue for libdrm

2018-03-05 Thread Emil Velikov
On 5 March 2018 at 16:41, Roman Gilg wrote: > This is similar to commit 90633079. libtool links first to system directories > instead of custom locations of libdrm on relinking. Since a more recent libdrm > version than the one provided by the system is often needed when compiling > mesa, make sur

[Mesa-dev] [PATCH] gallium: work around libtool relink issue for libdrm

2018-03-05 Thread Roman Gilg
This is similar to commit 90633079. libtool links first to system directories instead of custom locations of libdrm on relinking. Since a more recent libdrm version than the one provided by the system is often needed when compiling mesa, make sure this works by putting libdrm in front. See also: h