File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -206,21 +206,23 @@ tasks.register("generateSnapConfiguration"){
206
206
command: opt/processing/bin/Processing
207
207
desktop: opt/processing/lib/processing-Processing.desktop
208
208
environment:
209
- LD_LIBRARY_PATH: ${' $' } SNAPopt/processing/lib/runtime/lib:${' $' } LD_LIBRARY_PATH
209
+ LD_LIBRARY_PATH: ${' $' } SNAP/opt/processing/lib/runtime/lib:${' $' } LD_LIBRARY_PATH
210
+ LIBGL_DRIVERS_PATH: ${' $' } SNAP/usr/lib/${' $' } SNAPCRAFT_ARCH_TRIPLET/dri
210
211
plugs:
211
212
- desktop
212
213
- desktop-legacy
213
214
- wayland
214
215
- x11
215
216
- network
217
+ - opengl
216
218
217
219
parts:
218
220
processing:
219
221
plugin: dump
220
222
source: deb/processing_$version -1_$snaparch .deb
221
223
source-type: deb
222
224
stage-packages:
223
- - openjdk-17-jdk
225
+ - openjdk-17-jre
224
226
override-prime: |
225
227
snapcraftctl prime
226
228
chmod -R +x opt/processing/lib/app/resources/jdk-*
You can’t perform that action at this time.
0 commit comments