From 20d809ad97104d228672ce15be5ce0abf489bbbe Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Thu, 27 Jan 2022 17:59:12 -0600 Subject: weston: Update base portion of recipe Update the base portion of the i.MX fork recipe to the latest OE-core recipe c8aa0222ce2be647911114aaebcbb0d55d7caf87. Signed-off-by: Tom Hochstein --- recipes-graphics/wayland/weston/systemd-notify.weston-start | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes-graphics/wayland/weston/systemd-notify.weston-start (limited to 'recipes-graphics/wayland/weston/systemd-notify.weston-start') 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 @@ +#!/bin/sh + +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + + +if [[ -x "/usr/lib/weston/systemd-notify.so" ]]; then + add_weston_module "systemd-notify.so" +fi -- cgit v1.2.3-54-g00ecf