mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: xorg: Uncomment dependencies on libxcb.
* gnu/packages/xorg.scm (xbacklight, xdpyinfo, xlsatoms, xlsclients, xwininfo): Uncomment dependency on libxcb.
This commit is contained in:
parent
5223c82627
commit
9d12d38f38
1 changed files with 5 additions and 5 deletions
|
@ -2558,7 +2558,7 @@ (define-public xbacklight
|
|||
(inputs
|
||||
`(("libxrender" ,libxrender)
|
||||
;; ("xcb-util" ,xcb-util)
|
||||
;; ("libxcb" ,libxcb)
|
||||
("libxcb" ,libxcb)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(home-page "http://www.x.org/wiki/")
|
||||
(synopsis "xorg implementation of the X Window System")
|
||||
|
@ -2732,7 +2732,7 @@ (define-public xdpyinfo
|
|||
("libxi" ,libxi)
|
||||
("libxext" ,libxext)
|
||||
("libxcomposite" ,libxcomposite)
|
||||
;; ("libxcb" ,libxcb)
|
||||
("libxcb" ,libxcb)
|
||||
("libx11" ,libx11)
|
||||
("libdmx" ,libdmx)
|
||||
("pkg-config" ,pkg-config)))
|
||||
|
@ -3945,7 +3945,7 @@ (define-public xlsatoms
|
|||
"1y9nfl8s7njxbnci8c20j986xixharasgg40vdw92y593j6dk2rv"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(;("libxcb" ,libxcb)
|
||||
`(("libxcb" ,libxcb)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(home-page "http://www.x.org/wiki/")
|
||||
(synopsis "xorg implementation of the X Window System")
|
||||
|
@ -3969,7 +3969,7 @@ (define-public xlsclients
|
|||
"1l97j15mg4wfzpm81wlpzagfjff7v4fwn7s2z2rpksk3gfcg7r8w"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(;("libxcb" ,libxcb)
|
||||
`(("libxcb" ,libxcb)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(home-page "http://www.x.org/wiki/")
|
||||
(synopsis "xorg implementation of the X Window System")
|
||||
|
@ -4408,7 +4408,7 @@ (define-public xwininfo
|
|||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("xproto" ,xproto)
|
||||
;; ("libxcb" ,libxcb)
|
||||
("libxcb" ,libxcb)
|
||||
("libx11" ,libx11)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(home-page "http://www.x.org/wiki/")
|
||||
|
|
Loading…
Reference in a new issue