X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74933d7501fe5c62fdf18707c0af95732fda8ff6..29f54b9b37c49eccd2f1a5e5649dfee5a0c949b9:/wxPython/setup.py?ds=sidebyside 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)