(fix): remove WAYLAND_DISPLAY
This commit is contained in:
parent
ae9a96d0f7
commit
868f0a5eee
1 changed files with 0 additions and 7 deletions
7
Makefile
7
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue