Skip to content

Commit

Permalink
Disable VNC completely until we sort our the neatvnc dependency
Browse files Browse the repository at this point in the history
Needs > 7.0.0, and Debian Bookworm only has 6.x.y.

Related-to: TCCP-768

Signed-off-by: Leonardo Held <[email protected]>
  • Loading branch information
leonheldattoradex committed Aug 28, 2024
1 parent 08eda43 commit 53075fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ Build-Depends: debhelper (>= 10),
quilt,
libg2d-viv,
libg2d-viv-dev,
libneatvnc0,
libneatvnc-dev,
wayland-protocols (>= 1.18)
Standards-Version: 4.4.0
Rules-Requires-Root: no
Expand Down
3 changes: 2 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
override_dh_auto_configure:
dh_auto_configure -- -Dscreenshare=true \
-Dsystemd=true \
-Dlauncher-libseat=true
-Dlauncher-libseat=true \
-Dbackend-vnc=false

override_dh_auto_test:
mkdir -p $(CURDIR)/debian/tmp/tmp/xdgruntimedir
Expand Down

0 comments on commit 53075fa

Please sign in to comment.