xserver-xf86-dri: Fix for recent autoconf+automake

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-02-02 16:22:41 +00:00
parent 9d225568d3
commit 11044cbd74
2 changed files with 16 additions and 2 deletions

View File

@ -0,0 +1,13 @@
Index: xorg-server-1.6.0/hw/xfree86/common/Makefile.am
===================================================================
--- xorg-server-1.6.0.orig/hw/xfree86/common/Makefile.am 2010-02-01 14:04:53.247789918 +0000
+++ xorg-server-1.6.0/hw/xfree86/common/Makefile.am 2010-02-01 14:05:27.787817002 +0000
@@ -46,7 +46,7 @@
sdk_HEADERS = compiler.h fourcc.h xf86.h xf86Module.h xf86Opt.h \
xf86PciInfo.h xf86Priv.h xf86Privstr.h xf86Resources.h \
xf86cmap.h xf86fbman.h xf86str.h xf86RAC.h xf86Xinput.h xisb.h \
- $(XVSDKINCS) xorgVersion.h \
+ xorgVersion.h \
xf86sbusBus.h xf86xv.h xf86xvmc.h xf86xvpriv.h
DISTCLEANFILES = xf86Build.h

View File

@ -1,13 +1,14 @@
require xserver-xf86-dri-lite.inc
PE = "1"
PR = "r3"
PR = "r4"
PROTO_DEPS += "xf86driproto dri2proto"
SRC_URI += "file://nodolt.patch;patch=1 \
file://libdri-xinerama-symbol.patch;patch=1 \
file://xserver-boottime.patch;patch=1"
file://xserver-boottime.patch;patch=1 \
file://doublefix.patch;patch=1"
# Misc build failure for master HEAD
SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1"