mirror of
https://git.yoctoproject.org/poky
synced 2026-09-18 06:49:33 +02:00
This patch syncs the patches used in xserver-xf86-dri-lite and adds a new patch that fixes a compilation break for ARM architecture. (http://www.mail-archive.com/xorg-devel@lists.x.org/msg04137.html) Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
13 lines
345 B
Diff
13 lines
345 B
Diff
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
|