From 3f933eee182995894e15f64da8e5a5645b1a9591 Mon Sep 17 00:00:00 2001 From: "Justin Terry (VM)" Date: Thu, 1 Mar 2018 08:08:16 -0800 Subject: [PATCH] Updating configure settings to match the Debian package build system settings Signed-off-by: Justin Terry (VM) --- ubuntu/16.04/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/16.04/install.sh b/ubuntu/16.04/install.sh index 52353f2..e10e733 100644 --- a/ubuntu/16.04/install.sh +++ b/ubuntu/16.04/install.sh @@ -48,7 +48,7 @@ fi # Configure XRDP cd $XRDP_PATH ./bootstrap -./configure --enable-vsock --enable-jpeg --enable-fuse +./configure --enable-ipv6 --enable-jpeg --enable-fuse --enable-rfxcodec --enable-opus --enable-painter --enable-vsock # Build/Install XRDP make