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:
authorKoichiro IWAO <meta@vmeta.jp>2022-09-19 07:25:49 +0300
committerKoichiro IWAO <meta@vmeta.jp>2022-09-19 07:25:49 +0300
commit6cae4a3ec54a679b6d40d5289fbfe59e5faf3ff8 (patch)
treecc3f20f73c41d0221b00050eb3117f869e644ceb
parent6b56cbc1f01d17c4b61b106f92bcc2a7b62fae2f (diff)
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