[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: xf86-video-siliconmotion: Fix build.
From: |
Andy Wingo |
Subject: |
03/06: gnu: xf86-video-siliconmotion: Fix build. |
Date: |
Wed, 24 Feb 2016 08:57:36 +0000 |
wingo pushed a commit to branch media-updates
in repository guix.
commit 870c099f9736d96f3a8a0ec1501b404a327050af
Author: Andy Wingo <address@hidden>
Date: Wed Feb 24 09:40:41 2016 +0100
gnu: xf86-video-siliconmotion: Fix build.
* gnu/packages/xorg.scm (xf86-video-siliconmotion): Remove patches.
---
.../xf86-video-siliconmotion-remove-mibstore.patch | 16 ----------------
gnu/packages/xorg.scm | 5 +----
2 files changed, 1 insertions(+), 20 deletions(-)
diff --git
a/gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch
b/gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch
deleted file mode 100644
index 5fd9100..0000000
--- a/gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Removes references to mibstore.h and miInitializeBackingStore, which
-have been removed from xorg-server. Zack Rusin <address@hidden>
-wrote: "It was a noop for at least 5 years and it has been removed."
-See: http://patches.openembedded.org/patch/46133/
-
---- xf86-video-siliconmotion-1.7.7/src/smi_driver.c.~1~ 2012-07-17
00:53:21.000000000 -0400
-+++ xf86-video-siliconmotion-1.7.7/src/smi_driver.c 2014-12-19
01:30:16.708884086 -0500
-@@ -1750,8 +1750,6 @@
- "Done writing mode. Register dump:\n");
- SMI_PrintRegs(pScrn);
-
-- miInitializeBackingStore(pScreen);
--
- #ifdef HAVE_XMODES
- xf86DiDGAInit(pScreen, (unsigned long)(pSmi->FBBase + pScrn->fbOffset));
- #endif
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index c0b998f..9416b60 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3142,10 +3142,7 @@ This driver is intended for ATI Rage 128 based cards.")
".tar.bz2"))
(sha256
(base32
- "1sqv0y31mi4zmh9yaxqpzg7p8y2z01j6qys433hb8n4yznllkm79"))
- (patches
- (list
- (search-patch "xf86-video-siliconmotion-remove-mibstore.patch")))))
+ "1sqv0y31mi4zmh9yaxqpzg7p8y2z01j6qys433hb8n4yznllkm79"))))
(build-system gnu-build-system)
(inputs `(("xorg-server" ,xorg-server)))
(native-inputs `(("pkg-config" ,pkg-config)))
- branch media-updates updated (5b657b8 -> 6a784e3), Andy Wingo, 2016/02/24
- 01/06: gnu: xf86-video-mga: Downgrade to 1.6.4., Andy Wingo, 2016/02/24
- 02/06: gnu: xf86-video-r128: Fix build by removing patches., Andy Wingo, 2016/02/24
- 03/06: gnu: xf86-video-siliconmotion: Fix build.,
Andy Wingo <=
- 04/06: gnu: xf86-video-tdfx: Fix build, Andy Wingo, 2016/02/24
- 05/06: gnu: xf86-video-trident: Fix build., Andy Wingo, 2016/02/24
- 06/06: gnu: xf86-video-vmware: Fix build by removing patches., Andy Wingo, 2016/02/24