1
0
forked from mir/linux-vm-tools

Updating configure settings to match the Debian package build system settings

Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
This commit is contained in:
Justin Terry (VM) 2018-03-01 08:08:16 -08:00
parent c9552344b6
commit 3f933eee18

View File

@ -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