Re: [Mesa-dev] [PATCH 0/8] Cleanup usage of libudev CFLAGS and linking

2014-02-06 Thread Emil Velikov
ping ? On 29/01/14 20:23, Emil Velikov wrote: > Hello list, > > Now that everything libudev related is moved to src/loader and we > handle the library by dlopen-ing it, we can cleanup a few includes, > CFLAGS and LIBS that were behind. > > The final commit adds explicit version check for udev, w

[Mesa-dev] [PATCH 0/8] Cleanup usage of libudev CFLAGS and linking

2014-01-29 Thread Emil Velikov
Hello list, Now that everything libudev related is moved to src/loader and we handle the library by dlopen-ing it, we can cleanup a few includes, CFLAGS and LIBS that were behind. The final commit adds explicit version check for udev, where is was missing. It should not cause any issues, but wort