summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2016-08-08 20:02:10 -0700
committerJay Sorg <jay.sorg@gmail.com>2016-08-08 20:02:10 -0700
commit58c777783bc19e7288743a49d839b1ed14a9452f (patch)
treee6bf6abdcd6eda7ad4f36dc3236af9f8563325f5 /configure.ac
parent660132a49deb06c55367ea83ce5a4d8459e90d77 (diff)
downloadxrdp-proprietary-58c777783bc19e7288743a49d839b1ed14a9452f.tar.gz
xrdp-proprietary-58c777783bc19e7288743a49d839b1ed14a9452f.zip
add more advances region support using pixman
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5dee6d52..39547e5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,6 +112,10 @@ AC_ARG_ENABLE(mp3lame, AS_HELP_STRING([--enable-mp3lame],
[Build lame mp3(audio codec) (default: no)]),
[], [enable_mp3lame=no])
AM_CONDITIONAL(XRDP_MP3LAME, [test x$enable_mp3lame = xyes])
+AC_ARG_ENABLE(pixman, AS_HELP_STRING([--enable-pixman],
+ [Use pixman library (default: no)]),
+ [], [enable_pimanno])
+AM_CONDITIONAL(XRDP_PIXMAN, [test x$enable_pixman = xyes])
# checking for openssl
AC_CHECK_HEADER([openssl/rc4.h], [],
@@ -191,6 +195,8 @@ then
[AC_MSG_ERROR([please install libmp3lame-dev or lamemp3-devel])])
fi
+AS_IF( [test "x$enable_pixman" = "xyes"] , [PKG_CHECK_MODULES(XRDP_PIXMAN, pixman-1 >= 0.1.0)] )
+
# checking for TurboJPEG
if test "x$enable_tjpeg" = "xyes"
then