Compare commits

...

2 commits

Author SHA1 Message Date
c9f83c8eae Expose wl_subcompositor
Needed by glfw
2025-03-15 15:50:50 -04:00
0c97659b27 Switch shattered-pixel-dungeon to system glfw 2025-03-15 15:48:43 -04:00
2 changed files with 4 additions and 1 deletions

View file

@ -5,7 +5,9 @@ FROM dobu/deps-base-archlinux:latest
ARG UPSTREAM_VERSION
RUN pacman -Syu --noconfirm \
&& pacman -S --noconfirm shattered-pixel-dungeon
&& pacman -S --noconfirm glfw shattered-pixel-dungeon
RUN sed -i "s@/usr/bin/java@/usr/bin/java -Dorg.lwjgl.glfw.libname=/usr/lib/libglfw.so@" /usr/bin/shattered-pixel-dungeon
USER user

View file

@ -8,6 +8,7 @@ notify_cmd = "/usr/bin/notify-libnotify.sh"
[filter]
allowed_globals = [
"wl_compositor",
"wl_subcompositor",
"wl_shm",
"wl_data_device_manager",
"wl_output",