diff options
author | Phil Blundell <philb@gnu.org> | 2005-03-05 23:59:04 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2005-03-05 23:59:04 +0000 |
commit | a9cb2b5c2a6120a98d108828e8f7e37ba4c95567 (patch) | |
tree | d06ba5406db167201dcd74a2b41f017c71522050 /packages/dri/config.patch | |
parent | b692b2c25df5b073d8747cd44800133957def797 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into stealth.nexus.co.uk:/home/pb/oe/oe
2005/03/05 23:58:46+00:00 nexus.co.uk!pb
update drm packaging to suit latest cvs version
BKrev: 422a47c8aFBbw60pvvFKU7OWnkkbhA
Diffstat (limited to 'packages/dri/config.patch')
-rw-r--r-- | packages/dri/config.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/dri/config.patch b/packages/dri/config.patch index e69de29bb2..cec39b0073 100644 --- a/packages/dri/config.patch +++ b/packages/dri/config.patch @@ -0,0 +1,10 @@ +--- dri/shared-core/drm.h.old 2004-09-14 21:42:45.000000000 +0100 ++++ dri/shared-core/drm.h 2004-09-14 21:42:47.000000000 +0100 +@@ -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 |