aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 28a679c66..8f94f164f 100644
--- a/setup.py
+++ b/setup.py
@@ -159,6 +159,7 @@ OPTION_JOBS = option_value('jobs') # number of parallel build job
OPTION_JOM = has_option('jom') # use jom instead of nmake with msvc
OPTION_BUILDTESTS = has_option("build-tests")
OPTION_OSXARCH = option_value("osx-arch")
+OPTION_XVFB = has_option("use-xvfb")
if OPTION_QMAKE is None:
OPTION_QMAKE = find_executable("qmake")