X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74933d7501fe5c62fdf18707c0af95732fda8ff6..a6b27b78d3bde840b1ad0e7037f04117bc51a31c:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index 18a3877a91..27f7138ff3 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -28,7 +28,7 @@ on. """ -BUILD_GLCANVAS = 0 # If true, build the contrib/glcanvas extension module +BUILD_GLCANVAS = 1 # If true, build the contrib/glcanvas extension module BUILD_OGL = 1 # If true, build the contrib/ogl extension module BUILD_STC = 1 # If true, build the contrib/stc extension module BUILD_IEWIN = 0 # Internet Explorer wrapper (experimental)