Commit Graph

7 Commits

Author SHA1 Message Date
oga
90bf659960 openchrome doesn't build if you have an xserver with DRI compiled in,
but you disable dri on in the driver build and don't have the via_drm.h
it wants in dri mode. Work around this by changing the #define used to
an openchrome only one, instead of overloading the XF86DRI identifier.

Also disable the DRI build unconditionally.

This is needed here since we don't provide the via DRM module, and i'm
moving libdrm over to using the kernel headers (instead of libdrms own
private copy of same... This is why kernel modules should be developed
in kernel). We won't provide a via drm driver until it is re-written,
since it is full of linuxisms (like futex).

ok matthieu@, discussed with a few. tested by grange@ to prove it was a
no-op functionality wise.
2009-01-08 20:28:57 +00:00
matthieu
07af4914ae xf86-video-openchrome 0.2.903 2008-11-03 20:37:24 +00:00
matthieu
284d5c8737 regen 2008-07-12 12:59:51 +00:00
matthieu
3ba3d6c1a4 Unbreak man page build. 2008-07-12 12:59:16 +00:00
matthieu
33561a4d5e Add a Makefile.bsd-wrapper. 2008-07-12 12:54:02 +00:00
matthieu
5c2645de3e Let it compile. From bernd@ 2008-07-12 12:53:22 +00:00
matthieu
63215a6123 Import the openchrome video driver, version 0.2.902. Discussed with
bernd@ and oga@. Tested by many in snaphots.
2008-07-12 12:48:04 +00:00