summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2011-01-05 10:09:52 +0100
committerJuergen Beisert <jbe@pengutronix.de>2011-01-05 16:03:05 +0100
commite966c404f768d921908ee0b5f48df2aacf845a56 (patch)
tree12515656524a2e17519cf648d013706aa97a3f3b /patches
parent80529417c63b952a6180dee3f02d7b7f5bf45e48 (diff)
downloadptxdist-e966c404f768d921908ee0b5f48df2aacf845a56.tar.gz
ptxdist-e966c404f768d921908ee0b5f48df2aacf845a56.tar.xz
XORG APM video driver: Micro update
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
Diffstat (limited to 'patches')
l---------patches/xf86-video-apm-1.2.2/autogen.sh1
-rw-r--r--patches/xf86-video-apm-1.2.2/series1
-rw-r--r--patches/xf86-video-apm-1.2.2/xorg-driver-video-apm-1.2.2-fix-includes.diff27
3 files changed, 0 insertions, 29 deletions
diff --git a/patches/xf86-video-apm-1.2.2/autogen.sh b/patches/xf86-video-apm-1.2.2/autogen.sh
deleted file mode 120000
index 9f8a4cb7d..000000000
--- a/patches/xf86-video-apm-1.2.2/autogen.sh
+++ /dev/null
@@ -1 +0,0 @@
-../autogen.sh \ No newline at end of file
diff --git a/patches/xf86-video-apm-1.2.2/series b/patches/xf86-video-apm-1.2.2/series
deleted file mode 100644
index ea381a2ed..000000000
--- a/patches/xf86-video-apm-1.2.2/series
+++ /dev/null
@@ -1 +0,0 @@
-xorg-driver-video-apm-1.2.2-fix-includes.diff
diff --git a/patches/xf86-video-apm-1.2.2/xorg-driver-video-apm-1.2.2-fix-includes.diff b/patches/xf86-video-apm-1.2.2/xorg-driver-video-apm-1.2.2-fix-includes.diff
deleted file mode 100644
index 39dba1e4e..000000000
--- a/patches/xf86-video-apm-1.2.2/xorg-driver-video-apm-1.2.2-fix-includes.diff
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Michael Olbrich <m.olbrich@pengutronix.de>
-Subject: remove wrong include path.
-
-Don't use $(prefix)/include as include path. It can break things
-when cross-compiling with DESTDIR and prefix=/usr
-
-# 20091215 mol: this patch is already upstream: 8337651f91372ec6f16c1bdc7fe2c9af2d450db8
-
-Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: xf86-video-apm-1.2.2/configure.ac
-===================================================================
---- xf86-video-apm-1.2.2.orig/configure.ac
-+++ xf86-video-apm-1.2.2/configure.ac
-@@ -67,7 +67,7 @@ AC_SUBST([XF86RUSH_LIBS])
- AC_SUBST([XF86RUSH_CFLAGS])
-
- CFLAGS="$CFLAGS $XORG_CFLAGS $XF86RUSH_CFLAGS"' -I$(top_srcdir)/src'
--INCLUDES="$XORG_INCS -I${sdkdir} $XF86RUSH_INCS "'-I$(top_srcdir)/src -I$(prefix)/include'
-+INCLUDES="$XORG_INCS -I${sdkdir} $XF86RUSH_INCS "'-I$(top_srcdir)/src'
- AC_SUBST([CFLAGS])
- AC_SUBST([INCLUDES])
-