mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
xserver-xf86-dri: Fix for recent autoconf+automake
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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
|
||||||
@@ -1,13 +1,14 @@
|
|||||||
require xserver-xf86-dri-lite.inc
|
require xserver-xf86-dri-lite.inc
|
||||||
|
|
||||||
PE = "1"
|
PE = "1"
|
||||||
PR = "r3"
|
PR = "r4"
|
||||||
|
|
||||||
PROTO_DEPS += "xf86driproto dri2proto"
|
PROTO_DEPS += "xf86driproto dri2proto"
|
||||||
|
|
||||||
SRC_URI += "file://nodolt.patch;patch=1 \
|
SRC_URI += "file://nodolt.patch;patch=1 \
|
||||||
file://libdri-xinerama-symbol.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
|
# Misc build failure for master HEAD
|
||||||
SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1"
|
SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1"
|
||||||
|
|||||||
Reference in New Issue
Block a user