From 6097df7e67c1593e72400fae848a306cd09e5c88 Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Thu, 28 Mar 2024 11:14:58 +0200 Subject: [PATCH] wayland stuff --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1aa248d..4d090b9 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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" },