diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-05-12 22:22:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-05-12 22:22:29 +0000 |
commit | c5c1adc379054204e7fe8a096f0683cf6a2af1ea (patch) | |
tree | 0c80f24a27857102a18ca2f7a762b40ca3112b22 /package/xorg/xorg-6.8.2-linux_config.patch | |
parent | 6f0d9d76484554c52a6ca269c8ac8f7f6846f2fd (diff) |
First pass at getting current x.org to into buildroot.
Still needs more polish but is a good start.
Diffstat (limited to 'package/xorg/xorg-6.8.2-linux_config.patch')
-rw-r--r-- | package/xorg/xorg-6.8.2-linux_config.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/xorg/xorg-6.8.2-linux_config.patch b/package/xorg/xorg-6.8.2-linux_config.patch new file mode 100644 index 000000000..25ab16028 --- /dev/null +++ b/package/xorg/xorg-6.8.2-linux_config.patch @@ -0,0 +1,10 @@ +--- xc/extras/drm/shared/drm.h.orig 2004-09-20 22:25:23.042737520 +0200 ++++ xc/extras/drm/shared/drm.h 2004-09-20 22:25:33.282180888 +0200 +@@ -38,7 +38,6 @@ + #define _DRM_H_ + + #if defined(__linux__) +-#include <linux/config.h> + #include <asm/ioctl.h> /* For _IO* macros */ + #define DRM_IOCTL_NR(n) _IOC_NR(n) + #define DRM_IOC_VOID _IOC_NONE |