gnu: freerdp: Enable tests.
* gnu/packages/rdesktop.scm (freerdp)[arguments]: Enable tests. Add configure-flag to build tests.master
parent
a1a6fc702a
commit
bbbe7adda6
|
@ -132,8 +132,8 @@ to remotely control a user's Windows desktop.")
|
||||||
"/xml/xsl/docbook-xsl-"
|
"/xml/xsl/docbook-xsl-"
|
||||||
,(package-version docbook-xsl))
|
,(package-version docbook-xsl))
|
||||||
"-DWITH_PULSE=ON"
|
"-DWITH_PULSE=ON"
|
||||||
"-DWITH_CUPS=ON")
|
"-DWITH_CUPS=ON"
|
||||||
#:tests? #f)) ; no 'test' target
|
"-DBUILD_TESTING=ON")))
|
||||||
(home-page "https://www.freerdp.com")
|
(home-page "https://www.freerdp.com")
|
||||||
(synopsis "Remote Desktop Protocol implementation")
|
(synopsis "Remote Desktop Protocol implementation")
|
||||||
(description "FreeRDP implements Microsoft's Remote Desktop Protocol.
|
(description "FreeRDP implements Microsoft's Remote Desktop Protocol.
|
||||||
|
|
Reference in New Issue