gnu: xorg: Disable xf86-video-wsfb.

* gnu/packages/xorg.scm (xf86-video-wsfb): Comment variable, only relevant
     for the frame buffer on BSD systems.
This commit is contained in:
Andreas Enge 2013-03-30 08:53:20 +01:00
parent 47038b76b2
commit 6706269ed4

View file

@ -3311,28 +3311,28 @@ (define-public xf86-video-voodoo
(license license:x11))) (license license:x11)))
;; FIXME: Add input providing dev/wscons/wsconsio.h; only relevant for BSD? ;; Only relevant for the frame buffer on BSD systems.
(define-public xf86-video-wsfb ;; (define-public xf86-video-wsfb
(package ;; (package
(name "xf86-video-wsfb") ;; (name "xf86-video-wsfb")
(version "0.4.0") ;; (version "0.4.0")
(source ;; (source
(origin ;; (origin
(method url-fetch) ;; (method url-fetch)
(uri (string-append ;; (uri (string-append
"mirror://xorg/X11R7.7/src/everything/xf86-video-wsfb-" ;; "mirror://xorg/X11R7.7/src/everything/xf86-video-wsfb-"
version ;; version
".tar.bz2")) ;; ".tar.bz2"))
(sha256 ;; (sha256
(base32 ;; (base32
"0hr8397wpd0by1hc47fqqrnaw3qdqd8aqgwgzv38w5k3l3jy6p4p")))) ;; "0hr8397wpd0by1hc47fqqrnaw3qdqd8aqgwgzv38w5k3l3jy6p4p"))))
(build-system gnu-build-system) ;; (build-system gnu-build-system)
(inputs `(("pkg-config" ,pkg-config) ;; (inputs `(("pkg-config" ,pkg-config)
("xorg-server" ,xorg-server))) ;; ("xorg-server" ,xorg-server)))
(home-page "http://www.x.org/wiki/") ;; (home-page "http://www.x.org/wiki/")
(synopsis "xorg implementation of the X Window System") ;; (synopsis "xorg implementation of the X Window System")
(description "X.org provides an implementation of the X Window System") ;; (description "X.org provides an implementation of the X Window System")
(license license:bsd-2))) ;; (license license:bsd-2)))
(define-public xf86bigfontproto (define-public xf86bigfontproto