diff options
Diffstat (limited to 'meta-agl-profile-graphical')
-rw-r--r-- | meta-agl-profile-graphical/recipes-graphics/wayland/weston-init/weston.service.add | 1 | ||||
-rw-r--r-- | meta-agl-profile-graphical/recipes-graphics/wayland/weston_%.bbappend | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-profile-graphical/recipes-graphics/wayland/weston-init/weston.service.add b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-init/weston.service.add index 3596e9c39..b51d2223a 100644 --- a/meta-agl-profile-graphical/recipes-graphics/wayland/weston-init/weston.service.add +++ b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-init/weston.service.add @@ -1,3 +1,4 @@ +Type=notify Environment="XDG_RUNTIME_DIR=@XDG_RUNTIME_DIR@" TTYPath=/dev/tty@WESTONTTY@ StandardInput=tty diff --git a/meta-agl-profile-graphical/recipes-graphics/wayland/weston_%.bbappend b/meta-agl-profile-graphical/recipes-graphics/wayland/weston_%.bbappend new file mode 100644 index 000000000..51e640e06 --- /dev/null +++ b/meta-agl-profile-graphical/recipes-graphics/wayland/weston_%.bbappend @@ -0,0 +1,2 @@ +PACKAGECONFIG[notify] = "--enable-systemd-notify,--disable-systemd-notify,systemd" +PACKAGECONFIG_append = " notify" |