Skip to content

Commit

Permalink
wayland stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Mar 28, 2024
1 parent e627dfb commit 6097df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
{
"label": "run-app-dbg-ogles2-wayland",
"type": "shell",
"command": "make run-app config=dbg ogles2=true wayland=true",
"command": "WAYLAND_DISPLAY=$(ls /run/user/$UID/ | grep wayland-[0-9]$) make run-app config=dbg ogles2=true wayland=true",
"problemMatcher": [],
"group": "build"
},
Expand Down

0 comments on commit 6097df7

Please sign in to comment.