Commit 70f9bf6d authored by Michael Shigorin's avatar Michael Shigorin

browser: safer fallback browser

elinks doesn't require libX11 (unlike links2), and webclient can become e.g. rekonq pulling in kde4libs -- that's exactly what I ran into while preparing 201612xx server starterkits.
parent 789190ae
use/browser:
@$(call add_feature)
@$(call add,THE_PACKAGES_REGEXP,$$(THE_BROWSER))
@$(call try,THE_BROWSER,webclient) # fallback
@$(call try,THE_BROWSER,elinks) # X11-less fallback
# support both firefox and firefox-esr
use/browser/firefox: use/browser
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment