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>2021-04-26 09:15:14 +0300
committerKoichiro IWAO <meta@vmeta.jp>2021-04-26 09:16:13 +0300
commit3fbef40484672ed2e0b741cce84d21408140584a (patch)
tree3344e7da818e5705052bb48a0509eed4b109b29f
parentb70db07516c94c0d7a1a1a2b5cfa1383e44b9762 (diff)
xorgxrdp v0.2.16 requires xrdp v0.9.16
Because of #184, #189.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7717432..c3add7e 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.14])
+ PKG_CHECK_MODULES([XRDP], [xrdp >= 0.9.16])
XRDP_CFLAGS=`pkg-config xrdp --cflags`
fi