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-03-11 08:45:33 +0300
committerKoichiro IWAO <meta@vmeta.jp>2020-03-11 08:46:05 +0300
commitf971cb1117e526a9d507c439e915e67a25397a9d (patch)
tree1344438288aa0fdb9fd2fd3c8b37c18c78cd3dd7
parentabcfcde2d51767c6ebf758096ef5b38ac71ec4c5 (diff)
xorgxrdp v0.2.13 requires xrdp v0.9.13 or later
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 143f368..c647b19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,10 +28,7 @@ if test "x${enable_glamor}" = "xyes"; then
fi
if test "x$XRDP_CFLAGS" = "x"; then
- # FIXME: to be changed before releasing 0.2.12 because
- # FIXME: some constants such as WM_BUTTON{8,9}{DOWN,UP} are added after 0.9.12 release
- # PKG_CHECK_MODULES([XRDP], [xrdp >= 0.9.13])
- PKG_CHECK_MODULES([XRDP], [xrdp >= 0.9.0])
+ PKG_CHECK_MODULES([XRDP], [xrdp >= 0.9.13])
fi
AC_ARG_ENABLE([strict-locations],