-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
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