On 12/27/2017 02:00 AM, Enrico Weigelt, metux IT consult via dev-servo
wrote:
> Hi folks,
> 
> I've made some hacks for making bluetooth optional.
> (no bit of bt compiled at all)
> 
> https://github.com/metux/servo/commits/HACK_cfg_bluetooth
> 
> 
> The biggest problem yet is missing opt-out of webidl's and tests. I've
> just removed them entirely, for hacking.
> 
> Anyone have an idea how to make that configurable ?
> 
> BTW: also got the same w/ geoloc, gamepad an webvr in the pipeline.

What's the point of disabling it at compile time instead of at runtime?

Supporting different build configurations is more painful than a runtime
check, requires more work, and breaks more easily / often.

 -- Emilio

> 
> --mtx
> 
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to