[libvirt PATCHv2 1/2] tests: build SELinux tests

Ján Tomko jtomko at redhat.com
Wed Sep 23 13:39:49 UTC 2020


We set WITH_LIBATTR in meson.build, not WITH_ATTR.

Signed-off-by: Ján Tomko <jtomko at redhat.com>
Fixes: 3ace72965c3b11fc763f781ae7ce3ca29dd36507
---
 tests/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/meson.build b/tests/meson.build
index 31e8d66c7a..eaf6628fb9 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -477,7 +477,7 @@ if conf.has('WITH_REMOTE')
 endif
 
 if conf.has('WITH_SECDRIVER_SELINUX')
-  if conf.has('WITH_ATTR')
+  if conf.has('WITH_LIBATTR')
     tests += [
       { 'name': 'securityselinuxtest' },
       { 'name': 'viridentitytest' },
-- 
2.26.2




More information about the libvir-list mailing list