summaryrefslogtreecommitdiffstats
path: root/recipes-core/systemd/systemd_selinux.inc
blob: b17e70a94182ef9e35906df0859ae70e7a8e3b3d (plain)
1
2
3
4
5
6
7
inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-audit', '', d)}

do_install_append() {
	if ${@bb.utils.contains('PACKAGECONFIG', 'backlight', 'true', 'false', d)}; then
		install -d ${D}${localstatedir}/lib/systemd/backlight
	fi
}