Skip to content

Commit 71a4b00

Browse files
committed
fixup! JBR-6376: implement detecting of OS theme on linux
Adding the D-Bus libs as a dependency: it's required for src/java.desktop/linux/native/libawt/awt/dbus_interface.h (cherry picked from commit 3fb240f)
1 parent be710b9 commit 71a4b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Install the necessary tools, libraries, and headers with:
162162
```
163163
$ sudo apt-get install autoconf make build-essential libx11-dev libxext-dev libxrender-dev libxtst-dev \
164164
libxt-dev libxrandr-dev libcups2-dev libfontconfig1-dev libasound2-dev libspeechd-dev libwayland-dev \
165-
wayland-protocols libxkbcommon-x11-0
165+
wayland-protocols libxkbcommon-x11-0 libdbus-1-dev
166166
```
167167
Get Java 23 (for instance, [Azul Zulu Builds of OpenJDK 23](https://www.azul.com/downloads/?version=java-23&os=linux&package=jdk#zulu)).
168168

0 commit comments

Comments
 (0)