aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston/systemd-notify.weston-start
blob: a97e7b38d9e6eab3551802242e07c95b14db3b38 (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