[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54701] [PATCH v3 0/3] Make big cursors work in programs running on
From: |
dannym |
Subject: |
[bug#54701] [PATCH v3 0/3] Make big cursors work in programs running on openjdk. |
Date: |
Mon, 4 Apr 2022 01:05:25 +0200 |
From: Danny Milosavljevic <dannym@scratchpost.org>
This patch makes xterm use libxcursor directly.
Without it, libx11 would try to dlopen("libXcursor.so.1") and fail.
Fixes <https://issues.guix.gnu.org/54654>
Danny Milosavljevic (3):
gnu: openjdk15: Make big cursors work.
gnu: openjdk16: Make big cursors work.
gnu: openjdk17: Make big cursors work.
gnu/local.mk | 1 +
gnu/packages/java.scm | 15 +++-
.../openjdk-15-xcursor-no-dynamic.patch | 72 +++++++++++++++++++
3 files changed, 85 insertions(+), 3 deletions(-)
create mode 100644 gnu/packages/patches/openjdk-15-xcursor-no-dynamic.patch
--
2.34.0
- [bug#54701] [PATCH v3 0/3] Make big cursors work in programs running on openjdk.,
dannym <=