blob: 896f1eafb1cb32ce5cfc23db4474c047b1e9e14e (
plain)
1
2
3
4
5
6
7
8
|
SYSTEMD_AUTO_ENABLE = "enable"
do_install:append() {
# Remove upstream weston.ini to avoid conflict with weston-ini-conf package
rm -f ${D}${sysconfdir}/xdg/weston/weston.ini
}
RDEPENDS:${PN} += "weston-ini"
|