We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff864f9 commit 8a1cab5Copy full SHA for 8a1cab5
citron-appimage.sh
@@ -102,9 +102,12 @@ xvfb-run -a -- ./lib4bin -p -v -e -s -k \
102
/usr/lib/libGLX* \
103
/usr/lib/libGL.so* \
104
/usr/lib/libEGL* \
105
+ /usr/lib/libdl.so* \
106
+ /usr/lib/librt.so* \
107
/usr/lib/dri/* \
108
/usr/lib/vdpau/* \
109
/usr/lib/libvulkan* \
110
+ /usr/lib/libVkLayer* \
111
/usr/lib/libXss.so* \
112
/usr/lib/libdecor-0.so* \
113
/usr/lib/libgamemode.so* \
get-dependencies.sh
@@ -72,6 +72,7 @@ pacman -Syu --noconfirm \
72
strace \
73
unzip \
74
vulkan-headers \
75
+ vulkan-mesa-layers \
76
vulkan-nouveau \
77
vulkan-radeon \
78
wget \
0 commit comments