me
/
guix
Archived
1
0
Fork 0

gnu: libxkbcommon: Fix cross-compiling.

* gnu/packages/xdisorg.scm (libxkbcommon)[native-inputs]: When
cross-compiling add pkg-config-for-build.
Efraim Flashner 2023-10-15 13:10:10 +03:00
parent 8f84587be7
commit bc1634a197
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 7 additions and 3 deletions

View File

@ -527,9 +527,13 @@ avoiding password prompts when X11 forwarding has already been setup.")
wayland-protocols wayland-protocols
xkeyboard-config)) xkeyboard-config))
(native-inputs (native-inputs
(append
(list bison doxygen pkg-config python (list bison doxygen pkg-config python
;; wayland-scanner is required at build time. ;; wayland-scanner is required at build time.
wayland)) wayland)
(if (%current-target-system)
(list pkg-config-for-build)
'())))
(arguments (arguments
(list #:configure-flags (list #:configure-flags
#~(list (string-append "-Dxkb-config-root=" #~(list (string-append "-Dxkb-config-root="