Skip to content

Support for configure_arguments attribute for depends_on element

Signed-off-by: Parth Pratim Chatterjee parth27official@gmail.com

Added support for attribute configure_arguments to support the following syntax

     <module name="dce-meta-dev">
       <source type="git">
         <attribute name="url"
value="https://github.com/ParthPratim/ns-3-dce.git"/>
         <attribute name="revision" value="glibc-build"/>
         <attribute name="module_directory" value="ns-3-dce"/>
       </source>
       <depends_on name="ns-3-dev" optional="False" type="waf">
         <attribute name="configure_arguments" value="..."/>
       </depends_on>
Edited by Parth Pratim Chatterjee

Merge request reports