Compare commits
2 commits
e94cedbb6f
...
c9f83c8eae
Author | SHA1 | Date | |
---|---|---|---|
c9f83c8eae | |||
0c97659b27 |
2 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,9 @@ FROM dobu/deps-base-archlinux:latest
|
||||||
ARG UPSTREAM_VERSION
|
ARG UPSTREAM_VERSION
|
||||||
|
|
||||||
RUN pacman -Syu --noconfirm \
|
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
|
USER user
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@ notify_cmd = "/usr/bin/notify-libnotify.sh"
|
||||||
[filter]
|
[filter]
|
||||||
allowed_globals = [
|
allowed_globals = [
|
||||||
"wl_compositor",
|
"wl_compositor",
|
||||||
|
"wl_subcompositor",
|
||||||
"wl_shm",
|
"wl_shm",
|
||||||
"wl_data_device_manager",
|
"wl_data_device_manager",
|
||||||
"wl_output",
|
"wl_output",
|
||||||
|
|
Loading…
Add table
Reference in a new issue