summaryrefslogtreecommitdiffstats
path: root/recipes-core/systemd/systemd_selinux.inc
blob: 7d466ee608c81a424a5390040f7a8783f7b4d18d (plain)
1
2
3
4
5
6
7
inherit enable-selinux enable-audit

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