Commit 4a503294 authored by Michael Shigorin's avatar Michael Shigorin

browser: tweak target dependencies

The issue with this was that plain use/browser/firefox/esr didn't actually pull in the feature as such; it MUST NOT pull in use/browser/firefox since it will change semantics from "if it's Firefox make it ESR" to outright "use FX ESR" (starterkits depend on the former and it was intentional).
parent ef9b20cd
......@@ -21,7 +21,7 @@ use/browser/konqueror4: use/browser
@$(call set,THE_BROWSER,kde4base-konqueror)
# the complete lack of dependencies is intentional
use/browser/firefox/esr:
use/browser/firefox/esr: use/browser
@$(call set,FX_FLAVOUR,-esr)
use/browser/firefox/live: use/browser/firefox
......
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