me
/
guix
Archived
1
0
Fork 0

gnu: libxkbcommon: Unconditionally add wayland to native-inputs.

* gnu/packages/xdisorg.scm (libxkbcommon) [native-inputs]: Always add wayland.
master
Maxim Cournoyer 2023-04-14 23:55:28 -04:00
parent 929551f634
commit 5841ac3981
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 6 deletions

View File

@ -519,12 +519,9 @@ 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
(if (%current-target-system) ;; wayland-scanner is required at build time.
;; wayland-scanner is required at build time. wayland))
;; TODO: Remove this conditional on core-updates.
(list pkg-config-for-build wayland)
'())))
(arguments (arguments
(list #:configure-flags (list #:configure-flags
#~(list (string-append "-Dxkb-config-root=" #~(list (string-append "-Dxkb-config-root="