summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston/systemd-notify.weston-start
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-02-10 11:10:34 -0300
committerGitHub <noreply@github.com>2022-02-10 11:10:34 -0300
commit217e58294152c828e4d084eef7daa37a2ed223c3 (patch)
tree0bc6912052392938e1faa95d1651fedf6458e09b /recipes-graphics/wayland/weston/systemd-notify.weston-start
parent682f1826e53632fbdc12edc9f1cb47762987e382 (diff)
parent679337c55cdf061099fefde9842815a8e9c407a0 (diff)
downloadmeta-freescale-217e58294152c828e4d084eef7daa37a2ed223c3.tar.gz
Merge pull request #965 from thochstein/master
Update graphics for L5.10.72-2.2.0
Diffstat (limited to 'recipes-graphics/wayland/weston/systemd-notify.weston-start')
-rw-r--r--recipes-graphics/wayland/weston/systemd-notify.weston-start9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston/systemd-notify.weston-start b/recipes-graphics/wayland/weston/systemd-notify.weston-start
new file mode 100644
index 00000000..a97e7b38
--- /dev/null
+++ b/recipes-graphics/wayland/weston/systemd-notify.weston-start
@@ -0,0 +1,9 @@
1#!/bin/sh
2
3# SPDX-FileCopyrightText: Huawei Inc.
4# SPDX-License-Identifier: Apache-2.0
5
6
7if [[ -x "/usr/lib/weston/systemd-notify.so" ]]; then
8 add_weston_module "systemd-notify.so"
9fi