X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74933d7501fe5c62fdf18707c0af95732fda8ff6..19924e90e56f2769f97c62ee255da583a709ab37:/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)