summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authormetalefty <meta@vmeta.jp>2016-12-20 17:00:48 +0900
committerGitHub <noreply@github.com>2016-12-20 17:00:48 +0900
commit25e5243ecf9d0e17ca6fd0b71629f9dcab26dd5c (patch)
tree12335f9f2a7d1ac8cfe15c716451971b9cd6788f /configure.ac
parenta11af2bc95cc25a6e394f94640543cca494f3e27 (diff)
parent041df0911b428851f6146817fc70aa05029b15ba (diff)
downloadxrdp-proprietary-25e5243ecf9d0e17ca6fd0b71629f9dcab26dd5c.tar.gz
xrdp-proprietary-25e5243ecf9d0e17ca6fd0b71629f9dcab26dd5c.zip
Merge pull request #553 from jsorg71/libpainter
add libpainter for drawing when client does not have minimum orders
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fea0e4cb..4168c1b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -119,6 +119,11 @@ AC_ARG_ENABLE(pixman, AS_HELP_STRING([--enable-pixman],
[Use pixman library (default: no)]),
[], [enable_pixman=no])
AM_CONDITIONAL(XRDP_PIXMAN, [test x$enable_pixman = xyes])
+AM_CONDITIONAL(XRDP_PAINTER, [test x$enable_painter = xyes])
+AC_ARG_ENABLE(painter, AS_HELP_STRING([--enable-painter],
+ [Use painter library (default: no)]),
+ [], [enable_painter=no])
+AM_CONDITIONAL(XRDP_PAINTER, [test x$enable_painter = xyes])
# Check if -ldl is needed to use dlopen()
DLOPEN_LIBS=