efda462 Refactor global module requires to facilitate conditional builds

1 file Authored by berrange 5 years ago, Committed by crobinso 5 years ago,
1 file changed. 33 lines added. 29 lines removed.
    Refactor global module requires to facilitate conditional builds
    
    The global list of module requires is not amenable to conditional
    builds, requiring the entire set of requires to be duplicated.
    Refactor it so that individual pieces can be disabled.
    
    Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
    
        
file modified
+33 -29