diff options
-rw-r--r-- | recipes-graphics/wayland-app-launch/wayland-app-launch.inc | 3 | ||||
-rw-r--r-- | recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service.in | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/recipes-graphics/wayland-app-launch/wayland-app-launch.inc b/recipes-graphics/wayland-app-launch/wayland-app-launch.inc index b0fc3125..cce6607b 100644 --- a/recipes-graphics/wayland-app-launch/wayland-app-launch.inc +++ b/recipes-graphics/wayland-app-launch/wayland-app-launch.inc @@ -14,11 +14,8 @@ SRC_URI = " \ " FILESEXTRAPATHS:prepend := "${THISDIR}/wayland-app-launch:" -APPLICATION_ENVIRONMENT ??= "" - do_compile () { sed -e "s:@@wayland-application@@:${WAYLAND_APPLICATION}:" \ - -e "s:@@application-environment@@:${APPLICATION_ENVIRONMENT}:" \ wayland-app-launch.service.in > wayland-app-launch.service } diff --git a/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service.in b/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service.in index 31499c14..4343839a 100644 --- a/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service.in +++ b/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service.in @@ -8,7 +8,6 @@ Type=simple User=root PAMName=login Environment=WAYLAND_DISPLAY=/run/wayland-0 -Environment=@@application-environment@@ ExecStart=@@wayland-application@@ Restart=on-failure RestartSec=1 |