I'd like to build OpenCV with the Python bindings, but I have no need for (and want to avoid build issues related to) highgui.
It seems, however, that disabling highgui also disables Python:
-- Disabled: gpu highgui world -- Disabled by dependency: python(deps: highgui) videostab(deps: highgui)
Is there a way around this?