Skip to content

Commit

Permalink
pulse.xrdp; 手动验证ok
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 14, 2023
1 parent 5216a87 commit ffcd225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deb12/src/Dockerfile.compile2
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ RUN test "yes" != "$COMPILE_PULSE" && exit 0 || echo doMake; \
./bootstrap && ./configure PULSE_DIR="/opt/pulseaudio-${pulseaudio}+dfsg1"; \
cp -a /opt/pulseaudio-${pulseaudio}*dfsg*/build/config.h .; \
cp -a /opt/pulseaudio-${pulseaudio}*dfsg*/build/src/pulsecore/ .; \
make ; \
make; \
\
cd /opt/pulseaudio-module-xrdp/src/.libs && \
cd /opt/pulseaudio-module-xrdp/src/.libs; \
install -t "/var/lib/xrdp-pulseaudio-installer" -D -m 644 *.so;


Expand Down

0 comments on commit ffcd225

Please sign in to comment.