gnu: xcb-util-errors: Fix cross-compiling.
* gnu/packages/xorg.scm (xcb-util-errors)[native-inputs]: When cross-compiling add libxcb.
parent
302b14fb19
commit
e1600546b9
|
@ -5592,7 +5592,10 @@ The XCB util module provides the following libraries:
|
|||
("automake" ,automake)
|
||||
("libtool" ,libtool)
|
||||
("python" ,python-wrapper)
|
||||
("pkg-config" ,pkg-config)))
|
||||
("pkg-config" ,pkg-config)
|
||||
,@(if (%current-target-system)
|
||||
`(("libxcb" ,libxcb))
|
||||
`())))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Reference in New Issue