backend-rdp: fix unresolved symbols errors
authorGuillaume Champagne <champagne.guillaume.c@gmail.com>
Mon, 10 Feb 2020 16:34:25 +0000 (11:34 -0500)
committerPekka Paalanen <pq@iki.fi>
Thu, 5 Mar 2020 14:43:58 +0000 (14:43 +0000)
commit7f42b350de4d334793e7131d7c8753b409e4ad85
tree999c634e2c28950a58eb3b06309bab8b98321066
parent147e67c4256ebd75491f40ce9d03c198ed5fe63c
backend-rdp: fix unresolved symbols errors

The RDP backend uses functions defined by the Windows Portable Runtime
library (WinPR). The library's code is contained within FreeRDP
repository, but it is packaged as its own library (seperate pkg-config
file).

WinPR is added as a dependency to the RDP backend. The version 2.0 is
choosen as the version to on since the backend depends on FreeRDP 2.0.

Signed-off-by: Guillaume Champagne <champagne.guillaume.c@gmail.com>
libweston/backend-rdp/meson.build