Bug#882531: [PATCH] build: guess availability of monotonic clock for cross compilation

2018-01-08 Thread Adam Jackson
On Thu, 2017-12-21 at 11:48 +0100, Helmut Grohne wrote: > When cross compiling, the value of MONOTONIC_CLOCK would be "cross > compiling", because AC_RUN_IFELSE doesn't work. However when enabling > wayland, a monotonic clock is required and configure aborts. > > We change detection of CLOCK_MONOT

Re: [RFC] Embed the mesa version in the library/binary name

2015-08-17 Thread Adam Jackson
On Fri, 2015-08-14 at 23:00 +0100, Emil Velikov wrote: > Hmm guess I should have included this example in the original email > :) > $ ls -la /usr/lib/libGL*.so* > libGLESv1_CM.so -> libGLESv1_CM.so.11.1 > libGLESv1_CM.so.1 -> libGLESv1_CM.so.11.1 > libGLESv1_CM.so.11.1 > libGLESv2.so -> libGLESv2

Bug#651370: [Mesa-dev] Bug#651370: libgl1-mesa-glx: need close on exec for dri device

2011-12-13 Thread Adam Jackson
On Sat, 2011-12-10 at 11:46 -0600, David Fries wrote: > Set the close on exec flag when opening dri character devices, so they > will be closed and free any resouces allocated in exec. Reviewed-by: Adam Jackson - ajax signature.asc Description: This is a digitally signed message part

Bug#302062: dexconf should not emit Load "GLcore" statements

2005-03-29 Thread Adam Jackson
Package: xserver-common Version: 4.3.0.dfsg.1-12.0.1 The dexconf utility generates X config files that contain a Load "GLcore" statement in the Module section. This is (and as far as I know always has been) superfluous, because the glx module will load GLcore automatically. Currently this can