Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support building OpenCV headless #667

Merged
merged 2 commits into from
Jan 14, 2019

Commits on Jan 9, 2019

  1. Support building OpenCV headless

    If the environment variable HEADLESS=yes then we will build OpenCV without QT, GTK, and WIN32UI.
    harukizaemon committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    f0c8a79 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Fixes HEADLESS: unbound variable

    Assigns default value of `no`. There are other ways to handle this but I liked that this makes the default behaviour pretty clear.
    harukizaemon committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    a092bb1 View commit details
    Browse the repository at this point in the history