From bed102f992c4e96d2b36979f7d20c7f831eafd8f Mon Sep 17 00:00:00 2001 From: Bernhard Miklautz Date: Wed, 30 Mar 2016 16:33:36 +0200 Subject: [PATCH] Depend freerdp2-dev on winpr-utils If winpr-utils are not available the cmake find module for freerdp2 won't work. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index c0eb8c4..98f4e74 100644 --- a/debian/control +++ b/debian/control @@ -159,6 +159,7 @@ Depends: libfreerdp-client2 (= ${binary:Version}), libfreerdp-shadow2 (= ${binary:Version}), librdtk2 (= ${binary:Version}), + winpr-utils (= ${binary:Version}), Description: Free Remote Desktop Protocol library (development files) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP).