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>2020-08-31 05:30:43 +0300
committerKoichiro IWAO <meta@vmeta.jp>2020-08-31 05:30:43 +0300
commit7556908ef3349942cde2cc0f8b2221f71a57e485 (patch)
tree9b524744bd991c9e48082e5999a15e75d864c2c4
parenta144f8b4e3a6ede4bfd2acf07218152246e24d20 (diff)
xorgxrdp v0.2.14 requires xrdp v0.9.14
because of neutrinolabs/xrdp#1653.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9fc1bc0..51aa8f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ if test "x${enable_glamor}" = "xyes"; then
fi
if test "x$XRDP_CFLAGS" = "x"; then
- PKG_CHECK_MODULES([XRDP], [xrdp >= 0.9.13])
+ PKG_CHECK_MODULES([XRDP], [xrdp >= 0.9.14])
XRDP_CFLAGS=`pkg-config xrdp --cflags`
fi