The securityselinuxhelper build is conditionalized on the SELinux
security driver feature. It is also needed, however, by viridentitytest
whenever libselinux is present.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
tests/meson.build | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/meson.build b/tests/meson.build
index bb244d6c61..027567d25c 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -508,7 +508,9 @@ if conf.has('WITH_SECDRIVER_SELINUX')
]
endif
endif
+endif
+if conf.has('WITH_SELINUX')
mock_libs += [
{ 'name': 'securityselinuxhelper' },
]
--
2.43.0