gnu: freerdp: Propagate some inputs as per pkg-config files.
* gnu/packages/rdesktop.scm (freerdp)[inputs]: Move libxkbcommon, openssl and wayland to ... [propagated-inputs]: ... here.
This commit is contained in:
parent
e0fc091319
commit
dd3de0c475
1 changed files with 4 additions and 3 deletions
|
@ -108,7 +108,6 @@ to remotely control a user's Windows desktop.")
|
||||||
("libjpeg" ,libjpeg-turbo)
|
("libjpeg" ,libjpeg-turbo)
|
||||||
("libusb" ,libusb)
|
("libusb" ,libusb)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
("libxkbcommon" ,libxkbcommon)
|
|
||||||
("libxkbfile" ,libxkbfile)
|
("libxkbfile" ,libxkbfile)
|
||||||
("libxcursor" ,libxcursor)
|
("libxcursor" ,libxcursor)
|
||||||
("libxext" ,libxext)
|
("libxext" ,libxext)
|
||||||
|
@ -118,10 +117,12 @@ to remotely control a user's Windows desktop.")
|
||||||
("libxrender" ,libxrender)
|
("libxrender" ,libxrender)
|
||||||
("libxinerama" ,libxinerama)
|
("libxinerama" ,libxinerama)
|
||||||
("libxshmfence" ,libxshmfence)
|
("libxshmfence" ,libxshmfence)
|
||||||
("openssl" ,openssl)
|
|
||||||
("pulseaudio" ,pulseaudio)
|
("pulseaudio" ,pulseaudio)
|
||||||
("wayland" ,wayland)
|
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("libxkbcommon" ,libxkbcommon)
|
||||||
|
("openssl" ,openssl)
|
||||||
|
("wayland" ,wayland)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:build-type "RELEASE"
|
`(#:build-type "RELEASE"
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
|
|
Reference in a new issue