summaryrefslogtreecommitdiffstats
path: root/deps/xorg-server/patches/0001-Always-install-vbe-and-int10-sdk-headers.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-06-17 23:14:18 +0200
committer Eric Hameleers <alien@slackware.com>2020-06-17 23:14:18 +0200
commitacd0240b8f28f165ca712c44cb34911a8adbfc50 (patch)
treef5e4700543a58c31801ee6607b0151f4421506f8 /deps/xorg-server/patches/0001-Always-install-vbe-and-int10-sdk-headers.patch
parent9ca11555e8826c62fb5a06f978aa1725a74942bc (diff)
downloadktown-acd0240b8f28f165ca712c44cb34911a8adbfc50.tar.gz
ktown-acd0240b8f28f165ca712c44cb34911a8adbfc50.tar.xz
Deps/xorg-server: refresh the build script
Sync with the Slackware version. Used in an attempt to troubleshoot the VT switch behaviour in runlevel 3 with elogind installed... turned out that /usr/bin/startx needed a different patch, replacing a systemd check with an elogind check.
Diffstat (limited to 'deps/xorg-server/patches/0001-Always-install-vbe-and-int10-sdk-headers.patch')
-rw-r--r--deps/xorg-server/patches/0001-Always-install-vbe-and-int10-sdk-headers.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/deps/xorg-server/patches/0001-Always-install-vbe-and-int10-sdk-headers.patch b/deps/xorg-server/patches/0001-Always-install-vbe-and-int10-sdk-headers.patch
new file mode 100644
index 0000000..c613eb8
--- /dev/null
+++ b/deps/xorg-server/patches/0001-Always-install-vbe-and-int10-sdk-headers.patch
@@ -0,0 +1,37 @@
+From e96a83d9b1b5a52a41213c7a4840dc96b4f5b06f Mon Sep 17 00:00:00 2001
+From: Adam Jackson <ajax@redhat.com>
+Date: Wed, 15 Aug 2012 12:35:21 -0400
+Subject: [PATCH] Always install vbe and int10 sdk headers
+
+Signed-off-by: Adam Jackson <ajax@redhat.com>
+---
+ hw/xfree86/Makefile.am | 12 ++----------
+ 1 file changed, 2 insertions(+), 10 deletions(-)
+
+diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am
+index b876b79..a170b58 100644
+--- a/hw/xfree86/Makefile.am
++++ b/hw/xfree86/Makefile.am
+@@ -26,17 +26,9 @@ if VGAHW
+ VGAHW_SUBDIR = vgahw
+ endif
+
+-if VBE
+-VBE_SUBDIR = vbe
+-endif
+-
+-if INT10MODULE
+-INT10_SUBDIR = int10
+-endif
+-
+-SUBDIRS = common ddc x86emu $(INT10_SUBDIR) os-support parser \
++SUBDIRS = common ddc x86emu int10 os-support parser \
+ ramdac $(VGAHW_SUBDIR) loader modes $(DRI_SUBDIR) \
+- $(DRI2_SUBDIR) . $(VBE_SUBDIR) i2c dixmods xkb \
++ $(DRI2_SUBDIR) . vbe i2c dixmods xkb \
+ fbdevhw shadowfb exa $(XF86UTILS_SUBDIR) doc man \
+ $(GLAMOR_EGL_SUBDIR) drivers
+
+--
+2.13.6
+