Skip to content

incremental dependencies #62

@v4hn

Description

@v4hn

Some configure options / dependencies only become available
in case the user selected some other option before (e.g. Xpm image support
in nethack doesn't work without libX11 support).

This does not necessarily require a change in our codebase, but we need a unified way
to handle these cases and "(select only when also XYZ)" in the description is not adequate at all.

Is something like the following supported at the moment for DEPENDS/CONFIGURE and do we want this?
@sofar mentioned that there should be no logic in CONFIGURE/DEPENDS...

if selected_dependency ABC; then
   optional_dependency EFG "--enable-EFG" "--disable-EFG" "EFG support"
fi

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions