mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
xserver-kdrive: Disable dolt to fix build failures
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
12
meta/packages/xorg-xserver/xserver-kdrive-1.7.99.2/nodolt.patch
vendored
Normal file
12
meta/packages/xorg-xserver/xserver-kdrive-1.7.99.2/nodolt.patch
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
Index: git/configure.ac
|
||||
===================================================================
|
||||
--- git.orig/configure.ac 2009-01-15 20:35:31.000000000 +0000
|
||||
+++ git/configure.ac 2009-01-15 20:35:38.000000000 +0000
|
||||
@@ -62,7 +62,6 @@
|
||||
AC_LIBTOOL_WIN32_DLL
|
||||
AC_DISABLE_STATIC
|
||||
AC_PROG_LIBTOOL
|
||||
-DOLT
|
||||
AC_PROG_MAKE_SET
|
||||
PKG_PROG_PKG_CONFIG
|
||||
AC_PROG_LEX
|
||||
@@ -7,7 +7,7 @@ RDEPENDS_${PN} += "xkeyboard-config"
|
||||
EXTRA_OECONF += "--disable-glx"
|
||||
|
||||
PE = "1"
|
||||
PR = "r24"
|
||||
PR = "r25"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
|
||||
file://extra-kmodes.patch;patch=1 \
|
||||
@@ -22,6 +22,7 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
|
||||
file://hide-cursor-and-ppm-root.patch;patch=1 \
|
||||
file://fbdev_xrandr_ioctl.patch;patch=1 \
|
||||
file://fix-newer-xorg-headers.patch;patch=1 \
|
||||
file://crosscompile.patch;patch=1"
|
||||
file://crosscompile.patch;patch=1 \
|
||||
file://nodolt.patch;patch=1"
|
||||
|
||||
S = "${WORKDIR}/xorg-server-${PV}"
|
||||
|
||||
Reference in New Issue
Block a user