f1fa58e Refactor global module requires to facilitate conditional builds

Authored and Committed by berrange 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