Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 15, 2023
1 parent ed8a3f7 commit 706a904
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deb12/src/Dockerfile.compile2
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ WORKDIR /build/tigervnc-1.12.0
# https://github.com/TigerVNC/tigervnc/issues/1534
# build the normal parts of TigerVNC first.
# Xvnc-build-err: No rule to make target '../../../../common/network/libnetwork.la', needed by 'Xvnc'. Stop.

# ref: https://github.com/abcdesktopio/tigervnc/blob/main/Dockerfile
RUN test "yes" != "$COMPILE_TIGER" && exit 0 || echo doMake; \
patch -Np1 -i ../tigervnc-1.12.0-configuration_fixes-1.patch; \
cd unix/xserver && patch -Np1 -i ../xserver120.patch; \
Expand Down Expand Up @@ -177,6 +179,14 @@ RUN test "yes" != "$COMPILE_TIGER" && exit 0 || echo doMake; \
# --with-cc-opt="-static" \
# --with-ld-opt="-static" \
# --with-cpu-opt="generic" \
\
# https://github.com/jlesage/docker-baseimage-gui/blob/master/src/tigervnc/build.sh
# 手动重buildOK;
--sysconfdir=/etc/X11 \
--localstatedir=/var \
--with-xkb-path=/usr/share/X11/xkb \
--with-xkb-output=/var/lib/xkb \
--with-xkb-bin-directory=/usr/bin \
\
--prefix=/usr/local/tigervnc \
--disable-xwayland --disable-dmx \
Expand Down

0 comments on commit 706a904

Please sign in to comment.