The source project of this merge request has been removed.
community/firefox: build against system webp and enable cdp
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.