Skip to content

community/firefox: build against system webp and enable cdp

Rasmus Thomsen requested to merge (removed):firefox into master

cdp enables the remote debugging tools, which are useful when using FF in a docker container (or some other sort of environment where you want debugging info (e.g. the developer console), but can't access the FF instance itself). Also explicitly enable system ffi and pixman. FF was built against these implicitly previously, so this is just here to ensure it stays that way.

Merge request reports