Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xorgxrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d179c90..3eef744 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ if test "x${enable_glamor}" = "xyes"; then
fi
if test "x$XRDP_CFLAGS" = "x"; then
- PKG_CHECK_MODULES([XRDP], [xrdp >= 0.9.16])
+ PKG_CHECK_MODULES([XRDP], [xrdp >= 0.9.80])
XRDP_CFLAGS=`pkg-config xrdp --cflags`
fi