citadel/meta-citadel/recipes-support/wayland/weston/systemd-notify.weston-start

10 lines
194 B
Plaintext
Raw Normal View History

#!/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