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
|
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="
|
||||||
|
|
Reference in New Issue