xserver-xf86-dri-lite: Add patch to disable dolt and fix build breakage

This commit is contained in:
Richard Purdie 2009-01-17 18:24:27 +00:00
parent b010c24c22
commit e9ee1e5cef
3 changed files with 14 additions and 0 deletions

View 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

View File

@ -10,6 +10,7 @@ DEFAULT_PREFERENCE = "-1"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=server-1.6-branch \
file://xorg.conf \
file://nodolt.patch;patch=1 \
file://libdri-xinerama-symbol.patch;patch=1 \
file://xserver-boottime.patch;patch=1"

View File

@ -9,6 +9,7 @@ DEFAULT_PREFERENCE = "-1"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git \
file://xorg.conf \
file://nodolt.patch;patch=1 \
file://libdri-xinerama-symbol.patch;patch=1"
# Copied from OBS