guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: NON_INTEL_ONLY: services: xorg: Remove xf86-video-intel.


From: Mark H. Weaver
Subject: 03/08: NON_INTEL_ONLY: services: xorg: Remove xf86-video-intel.
Date: Thu, 18 Aug 2016 07:31:09 +0000 (UTC)

mhw pushed a commit to branch wip-loongson2f
in repository guix.

commit 377d50d0c6f193c13b7a5becff43c4d056e18e5c
Author: Mark H Weaver <address@hidden>
Date:   Wed Aug 12 10:37:09 2015 -0400

    NON_INTEL_ONLY: services: xorg: Remove xf86-video-intel.
---
 gnu/services/xorg.scm |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index 905c88f..8443180 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -108,7 +108,6 @@ Section \"Files\"
   ModulePath \"" xf86-video-fbdev "/lib/xorg/modules/drivers\"
   ModulePath \"" xf86-video-modesetting "/lib/xorg/modules/drivers\"
   ModulePath \"" xf86-video-cirrus "/lib/xorg/modules/drivers\"
-  ModulePath \"" xf86-video-intel "/lib/xorg/modules/drivers\"
   ModulePath \"" xf86-video-mach64 "/lib/xorg/modules/drivers\"
   ModulePath \"" xf86-video-nouveau "/lib/xorg/modules/drivers\"
   ModulePath \"" xf86-video-nv "/lib/xorg/modules/drivers\"
@@ -145,7 +144,7 @@ EndSection
         xf86-video-fbdev
         xf86-video-modesetting
         xf86-video-cirrus
-        xf86-video-intel
+        ;; xf86-video-intel
         xf86-video-mach64
         xf86-video-nouveau
         xf86-video-nv



reply via email to

[Prev in Thread] Current Thread [Next in Thread]