Skip to content

Commit

Permalink
Build: Remove unnecessary .deb dependency
Browse files Browse the repository at this point in the history
libxdmcp6 is an indirect dependency of libxext6.
  • Loading branch information
dcommander committed Nov 6, 2024
1 parent 4f73246 commit 03701d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmakescripts/BuildPackages.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if(TVNC_BUILDSERVER)
if(TVNC_USEPAM)
set(DEBDEPENDS "libpam0g, ${DEBDEPENDS}")
endif()
set(DEBDEPENDS "${DEBDEPENDS}, dbus-x11, xauth, x11-xkb-utils, xkb-data, libxdmcp6, libxfont2, libpixman-1-0, libgl1")
set(DEBDEPENDS "${DEBDEPENDS}, dbus-x11, xauth, x11-xkb-utils, xkb-data, libxfont2, libpixman-1-0, libgl1")
if(TVNC_DRI3)
set(DEBDEPENDS "${DEBDEPENDS}, libgbm1")
endif()
Expand Down

0 comments on commit 03701d2

Please sign in to comment.