summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/weston/systemd-notify.weston-start
blob: fdb48cb6094ba187cc8be2b3f6ed2ba0f0741358 (plain)
1
2
3
4
5
6
7
8
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