gnu: libxkbcommon: Unconditionally add wayland to native-inputs.
* gnu/packages/xdisorg.scm (libxkbcommon) [native-inputs]: Always add wayland.master
parent
929551f634
commit
5841ac3981
|
@ -519,12 +519,9 @@ avoiding password prompts when X11 forwarding has already been setup.")
|
|||
wayland-protocols
|
||||
xkeyboard-config))
|
||||
(native-inputs
|
||||
(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)
|
||||
'())))
|
||||
(list bison doxygen pkg-config python
|
||||
;; wayland-scanner is required at build time.
|
||||
wayland))
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
#~(list (string-append "-Dxkb-config-root="
|
||||
|
|
Reference in New Issue