From 868f0a5eeee590e37065515b0d7b39b6e9eb1eb8 Mon Sep 17 00:00:00 2001 From: bumpsoo Date: Mon, 21 Apr 2025 14:01:58 +0000 Subject: [PATCH] (fix): remove WAYLAND_DISPLAY --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index 911a073..2862dbc 100644 --- a/Makefile +++ b/Makefile @@ -3,13 +3,6 @@ RUN_OPTION=\ -v ${HOME}/.ssh:/home/$(shell id -un)/.ssh \ -v ${PWD}:/workspace -ifdef WAYLAND_DISPLAY - RUN_OPTION += \ - -e WAYLAND_DISPLAY=${WAYLAND_DISPLAY} \ - -e XDG_RUNTIME_DIR=/run/user/$(shell id -u) \ - -v /run/user/$(shell id -u)/wayland-0:/run/user/$(shell id -u)/wayland-0 -endif - ifdef HOST RUN_OPTION += \ --network host