Skip to content

Commit

Permalink
snap: disable gles flag
Browse files Browse the repository at this point in the history
  • Loading branch information
brenodt committed Jun 25, 2024
1 parent 0909c91 commit 6359427
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qaul_ui/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,6 @@ parts:

environment:
# (patch): flag required for app to work on RPi 4 - see https://forum.snapcraft.io/t/flutter-snap-app-on-rp4-with-unable-to-create-a-gl-context/25286/2
GDK_GL: gles
# (update): as of Jen-25th, no longer works on latest Ubuntu, 22, arm64. Removing it in favor of the default
# GDK_GL: gles
LD_LIBRARY_PATH: ${SNAP_LIBRARY_PATH}${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}:$SNAP/usr/lib:$SNAP/usr/lib/x86_64-linux-gnu:$SNAP/bin/lib:/var/lib/snapd/snap/core18

0 comments on commit 6359427

Please sign in to comment.