diff options
author | David Dawes <dawes@xfree86.org> | 2001-04-10 18:45:17 +0000 |
---|---|---|
committer | David Dawes <dawes@xfree86.org> | 2001-04-10 18:45:17 +0000 |
commit | cc7afb2b16b84293258be0cc8bcffd32308cd3b9 (patch) | |
tree | b5b4c2451679bfa6cb7184317caa3edca22a8b2e | |
parent | 18fc5ee92394b31c00df8e72b1f29bada79292f5 (diff) |
Use the linux version of xf86drm.c.
-rw-r--r-- | bsd/Imakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bsd/Imakefile b/bsd/Imakefile index f5819317..453ab01a 100644 --- a/bsd/Imakefile +++ b/bsd/Imakefile @@ -2,6 +2,7 @@ XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/Imakefi #include <Server.tmpl> +#if 0 LinkSourceFile(xf86drm.c,..) LinkSourceFile(xf86drmHash.c,..) LinkSourceFile(xf86drmRandom.c,..) @@ -9,6 +10,7 @@ LinkSourceFile(xf86drmSL.c,..) LinkSourceFile(xf86drm.h,$(XF86OSSRC)) LinkSourceFile(xf86_OSproc.h,$(XF86OSSRC)) LinkSourceFile(sigio.c,$(XF86OSSRC)/shared) +#endif XCOMM Try to use the Linux version of the DRM headers. This avoids skew XCOMM and missing headers. If there's a need to break them out, they |