me
/
guix
Archived
1
0
Fork 0

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.
master
Raghav Gururajan 2021-07-20 09:58:42 -04:00
parent e0fc091319
commit dd3de0c475
No known key found for this signature in database
GPG Key ID: 5F5816647F8BE551
1 changed files with 4 additions and 3 deletions

View File

@ -108,7 +108,6 @@ to remotely control a user's Windows desktop.")
("libjpeg" ,libjpeg-turbo)
("libusb" ,libusb)
("libx11" ,libx11)
("libxkbcommon" ,libxkbcommon)
("libxkbfile" ,libxkbfile)
("libxcursor" ,libxcursor)
("libxext" ,libxext)
@ -118,10 +117,12 @@ to remotely control a user's Windows desktop.")
("libxrender" ,libxrender)
("libxinerama" ,libxinerama)
("libxshmfence" ,libxshmfence)
("openssl" ,openssl)
("pulseaudio" ,pulseaudio)
("wayland" ,wayland)
("zlib" ,zlib)))
(propagated-inputs
`(("libxkbcommon" ,libxkbcommon)
("openssl" ,openssl)
("wayland" ,wayland)))
(arguments
`(#:build-type "RELEASE"
#:configure-flags