mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: libxkbcommon: Fix cross-compilation.
* gnu/packages/xdisorg.scm (libxkbcommon)[native-inputs]: When cross-compiling, add PKG-CONFIG-FOR-BUILD and WAYLAND.
This commit is contained in:
@@ -516,7 +516,12 @@ avoiding password prompts when X11 forwarding has already been setup.")
|
||||
wayland-protocols
|
||||
xkeyboard-config))
|
||||
(native-inputs
|
||||
(list bison doxygen pkg-config python))
|
||||
(append (list bison doxygen pkg-config python)
|
||||
(if (%current-target-system)
|
||||
;; wayland-scanner is required at build time.
|
||||
;; TODO: Remove this conditional on core-updates.
|
||||
(list pkg-config-for-build wayland)
|
||||
'())))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list (string-append "-Dxkb-config-root="
|
||||
|
||||
Reference in New Issue
Block a user