summaryrefslogtreecommitdiffstats
path: root/patches/xorg-server-1.17.2/0002-fix-building-with-glibc-2.28.patch
diff options
context:
space:
mode:
authorBjörn Esser <b.esser@pengutronix.de>2019-09-25 11:14:33 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-10-01 21:35:27 +0200
commit3bb120160eafc193bcfce608510a53076ee06dc0 (patch)
tree936f26661551e418d1cf2dfdd9001a9bc59850b5 /patches/xorg-server-1.17.2/0002-fix-building-with-glibc-2.28.patch
parent0b8880c321e8ac521a08213d4a978adde3aff82c (diff)
downloadptxdist-3bb120160eafc193bcfce608510a53076ee06dc0.tar.gz
ptxdist-3bb120160eafc193bcfce608510a53076ee06dc0.tar.xz
xorg-server: version bump 1.17.2 -> 1.20.5
Add a patch from the xserver package in Fedora to NOT include sys/io.h on ARM. Also drop several configuration options, that are not available anymore. Signed-off-by: Björn Esser <b.esser@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/xorg-server-1.17.2/0002-fix-building-with-glibc-2.28.patch')
-rw-r--r--patches/xorg-server-1.17.2/0002-fix-building-with-glibc-2.28.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/patches/xorg-server-1.17.2/0002-fix-building-with-glibc-2.28.patch b/patches/xorg-server-1.17.2/0002-fix-building-with-glibc-2.28.patch
deleted file mode 100644
index 3299f6fb1..000000000
--- a/patches/xorg-server-1.17.2/0002-fix-building-with-glibc-2.28.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From: Michael Olbrich <m.olbrich@pengutronix.de>
-Date: Fri, 24 May 2019 22:27:08 +0200
-Subject: [PATCH] fix building with glibc-2.28
-
-Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
----
- hw/xfree86/common/xf86Xinput.c | 1 +
- hw/xfree86/os-support/linux/lnx_init.c | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/hw/xfree86/common/xf86Xinput.c b/hw/xfree86/common/xf86Xinput.c
-index 1fb5b1635e2c..24e0d3f68368 100644
---- a/hw/xfree86/common/xf86Xinput.c
-+++ b/hw/xfree86/common/xf86Xinput.c
-@@ -84,6 +84,7 @@
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <unistd.h>
-+#include <sys/sysmacros.h>
- #ifdef HAVE_SYS_MKDEV_H
- #include <sys/mkdev.h> /* for major() & minor() on Solaris */
- #endif
-diff --git a/hw/xfree86/os-support/linux/lnx_init.c b/hw/xfree86/os-support/linux/lnx_init.c
-index 94853070dc6a..3d89a9d117e6 100644
---- a/hw/xfree86/os-support/linux/lnx_init.c
-+++ b/hw/xfree86/os-support/linux/lnx_init.c
-@@ -37,6 +37,7 @@
- #include "xf86_OSlib.h"
-
- #include <sys/stat.h>
-+#include <sys/sysmacros.h>
-
- #ifndef K_OFF
- #define K_OFF 0x4