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:
authormetalefty <meta@vmeta.jp>2022-09-20 03:34:18 +0300
committerGitHub <noreply@github.com>2022-09-20 03:34:18 +0300
commit3f7ed8d14570e0a659408245a429e31205e08278 (patch)
tree58cb6b8f0a452f00b8376ffd920c816fa922a551
parent150c0b2eb7bf470939d97baae24af192758cfa7a (diff)
parent6cae4a3ec54a679b6d40d5289fbfe59e5faf3ff8 (diff)
Merge pull request #236 from metalefty/requirements
Bump required xrdp version to devel version
-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