gnu: xorg-server-xwayland: Fix cross-compiling.
* gnu/packages/xorg.scm (xorg-server-xwayland)[native-inputs]: When cross-compiling add pkg-config-for-build, wayland, wayland-protocols.
parent
f668e5c8d2
commit
302b14fb19
|
@ -5289,7 +5289,12 @@ EGLStream families of extensions.")
|
|||
xkeyboard-config
|
||||
xorgproto
|
||||
xtrans))
|
||||
(native-inputs (list pkg-config))
|
||||
(native-inputs (cons pkg-config
|
||||
(if (%current-target-system)
|
||||
(list pkg-config-for-build
|
||||
wayland
|
||||
wayland-protocols)
|
||||
'())))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Reference in New Issue