From: Drew Parsons Date: Mon, 26 Jan 2026 19:58:06 +0000 (+0100) Subject: Build-Depends: libxcursor-dev (enables custom cursors) X-Git-Tag: archive/raspbian/9.5.2+dfsg4-3+rpi1^2~50 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a30437819b67912848819510ec7e11b03d957e01;p=vtk9.git Build-Depends: libxcursor-dev (enables custom cursors) --- diff --git a/debian/changelog b/debian/changelog index b93e487eb..08537d4fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ vtk9 (9.5.2+dfsg3-1) UNRELEASED; urgency=medium riscv64 s390x loong64 ppc64 sparc64] * set HDF5_PREFER_PARALLEL=YES (with HDF5_IS_PARALLEL=ON) to activate parallel HDF5 (via libhdf5-mpi-dev) + * Build-Depends: libxcursor-dev (enables custom cursors) -- Drew Parsons Sun, 25 Jan 2026 21:24:31 +0100 diff --git a/debian/control b/debian/control index 6ece32a22..3fa9fe428 100644 --- a/debian/control +++ b/debian/control @@ -53,6 +53,7 @@ Build-Depends: dpkg-dev (>= 1.22.5), libtiff-dev, libutfcpp-dev, libx11-dev, + libxcursor-dev, libxdmf-dev, libxml2-dev, libxpm-dev, @@ -116,6 +117,7 @@ Depends: ${misc:Depends}, libvtk9.5 (= ${binary:Version}), libvtk9-java (= ${binary:Version}) [!hppa !hurd-any], libx11-dev, + libxcursor-dev, libxft-dev, libxml2-dev, libxss-dev,