libdrm: Patch to compile on hurd -- includes in drm.h

2016-04-24 Thread Tobias Frost
GITo [PATCH] On hurd other includes are required to compile.

libdrm: Patch to compile on hurd.

2016-04-24 Thread Tobias Frost
Hi Emil, Am Donnerstag, den 21.04.2016, 13:33 +0100 schrieb Emil Velikov: > Hi Tobias, > > On 21 April 2016 at 06:30, Tobias Frost wrote: > > Hallo, > > > > attached is a patch that makes libdrm compile on hurd. > > > Thanks for the patch. > > > (Note: I intentionally said compile, as I have

libdrm: Patch to compile on hurd.

2016-04-21 Thread Emil Velikov
Hi Tobias, On 21 April 2016 at 06:30, Tobias Frost wrote: > Hallo, > > attached is a patch that makes libdrm compile on hurd. > Thanks for the patch. > (Note: I intentionally said compile, as I have no way to see if it > actually works there.) > Step one is actually making it build and step two

libdrm: Patch to compile on hurd.

2016-04-21 Thread Tobias Frost
Hallo, attached is a patch that makes libdrm compile on hurd. (Note: I intentionally said compile, as I have no way to see if it actually works there.) The patch is created in a way to be neutral on all other archs; it is mostly about PATH_MAX, which does not exist on that arch. Maybe you find