diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-02 16:22:41 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-02 16:22:41 +0000 |
| commit | 11044cbd741cc2ff17d0224752ecb3180c88f486 (patch) | |
| tree | e95deef6d3da45d5c905aa46b2b1e3d136c36410 /meta | |
| parent | 9d225568d39da0fcff4410e354e7d08594c01ebd (diff) | |
| download | poky-11044cbd741cc2ff17d0224752ecb3180c88f486.tar.gz | |
xserver-xf86-dri: Fix for recent autoconf+automake
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/packages/xorg-xserver/xserver-xf86-dri-lite/doublefix.patch | 13 | ||||
| -rw-r--r-- | meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb | 5 |
2 files changed, 16 insertions, 2 deletions
diff --git a/meta/packages/xorg-xserver/xserver-xf86-dri-lite/doublefix.patch b/meta/packages/xorg-xserver/xserver-xf86-dri-lite/doublefix.patch new file mode 100644 index 0000000000..092a712903 --- /dev/null +++ b/meta/packages/xorg-xserver/xserver-xf86-dri-lite/doublefix.patch | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | Index: xorg-server-1.6.0/hw/xfree86/common/Makefile.am | ||
| 2 | =================================================================== | ||
| 3 | --- xorg-server-1.6.0.orig/hw/xfree86/common/Makefile.am 2010-02-01 14:04:53.247789918 +0000 | ||
| 4 | +++ xorg-server-1.6.0/hw/xfree86/common/Makefile.am 2010-02-01 14:05:27.787817002 +0000 | ||
| 5 | @@ -46,7 +46,7 @@ | ||
| 6 | sdk_HEADERS = compiler.h fourcc.h xf86.h xf86Module.h xf86Opt.h \ | ||
| 7 | xf86PciInfo.h xf86Priv.h xf86Privstr.h xf86Resources.h \ | ||
| 8 | xf86cmap.h xf86fbman.h xf86str.h xf86RAC.h xf86Xinput.h xisb.h \ | ||
| 9 | - $(XVSDKINCS) xorgVersion.h \ | ||
| 10 | + xorgVersion.h \ | ||
| 11 | xf86sbusBus.h xf86xv.h xf86xvmc.h xf86xvpriv.h | ||
| 12 | |||
| 13 | DISTCLEANFILES = xf86Build.h | ||
diff --git a/meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb b/meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb index 6a959ba5a2..76868719d1 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb +++ b/meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb | |||
| @@ -1,13 +1,14 @@ | |||
| 1 | require xserver-xf86-dri-lite.inc | 1 | require xserver-xf86-dri-lite.inc |
| 2 | 2 | ||
| 3 | PE = "1" | 3 | PE = "1" |
| 4 | PR = "r3" | 4 | PR = "r4" |
| 5 | 5 | ||
| 6 | PROTO_DEPS += "xf86driproto dri2proto" | 6 | PROTO_DEPS += "xf86driproto dri2proto" |
| 7 | 7 | ||
| 8 | SRC_URI += "file://nodolt.patch;patch=1 \ | 8 | SRC_URI += "file://nodolt.patch;patch=1 \ |
| 9 | file://libdri-xinerama-symbol.patch;patch=1 \ | 9 | file://libdri-xinerama-symbol.patch;patch=1 \ |
| 10 | file://xserver-boottime.patch;patch=1" | 10 | file://xserver-boottime.patch;patch=1 \ |
| 11 | file://doublefix.patch;patch=1" | ||
| 11 | 12 | ||
| 12 | # Misc build failure for master HEAD | 13 | # Misc build failure for master HEAD |
| 13 | SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1" | 14 | SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1" |
