mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: xorg: Add dri3proto.
* gnu/packages/xorg.scm (dri3proto): New variable.
This commit is contained in:
parent
4e3a820bfd
commit
43dd1cf360
1 changed files with 23 additions and 0 deletions
|
@ -331,6 +331,29 @@ (define-public dri2proto
|
||||||
(license license:x11)))
|
(license license:x11)))
|
||||||
|
|
||||||
|
|
||||||
|
;; not part of X11R7.7, required for newer versions of mesa
|
||||||
|
(define-public dri3proto
|
||||||
|
(package
|
||||||
|
(name "dri3proto")
|
||||||
|
(version "1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"mirror://xorg/individual/proto/dri3proto-"
|
||||||
|
version
|
||||||
|
".tar.bz2"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0x609xvnl8jky5m8jdklw4nymx3irkv32w99dfd8nl800bblkgh1"))))
|
||||||
|
(build-system gnu-build-system)
|
||||||
|
(home-page "http://www.x.org/wiki/")
|
||||||
|
(synopsis "xorg implementation of the X Window System")
|
||||||
|
(description "X.org provides an implementation of the X Window System")
|
||||||
|
(license (license:x11-style "file://dri3proto.h"
|
||||||
|
"See 'dri3proto.h' in the distribution."))))
|
||||||
|
|
||||||
|
|
||||||
(define-public encodings
|
(define-public encodings
|
||||||
(package
|
(package
|
||||||
(name "encodings")
|
(name "encodings")
|
||||||
|
|
Loading…
Reference in a new issue