Codebase list xrdp / c9351e1
Revert "librfxcodec does not use the same build system anymore." This reverts commit a85450e5f76fef0699e6cf1227937013563754ec. Dominik George 7 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
4040 override_dh_auto_configure:
4141 ./bootstrap
4242 cd xorgxrdp && ./bootstrap
43 cd librfxcodec && ./bootstrap
4344 ./configure ${CONFIGURE_ARGS} \
4445 --enable-ipv6 \
4546 --enable-jpeg \
4748 --enable-rfxcodec \
4849 --enable-opus
4950 cd xorgxrdp && ./configure ${CONFIGURE_ARGS}
51 cd librfxcodec && ./configure ${CONFIGURE_ARGS} \
52 --disable-shared \
53 --enable-static
5054 find . -name Makefile -print0 | \
5155 xargs -0 perl -pi -e 's!XRDP_PID_PATH.*?/run!$$&/xrdp!g' --
5256