[GRASS-SVN] r36794 - grass/branches/releasebranch_6_4/gui/wxpython/nviz

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 19 13:21:26 EDT 2009


Author: martinl
Date: 2009-04-19 13:21:26 -0400 (Sun, 19 Apr 2009)
New Revision: 36794

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/nviz/setup.py
Log:
Update wxGUI/nviz setup.py
      (merge from trunk, r36792)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/nviz/setup.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/nviz/setup.py	2009-04-19 17:18:44 UTC (rev 36793)
+++ grass/branches/releasebranch_6_4/gui/wxpython/nviz/setup.py	2009-04-19 17:21:26 UTC (rev 36794)
@@ -28,7 +28,11 @@
 for flag in ('GDALCFLAGS',
              'GDALLIBS',
              'WXWIDGETSCXXFLAGS',
-             'WXWIDGETSLIB'):
+             'WXWIDGETSLIB',
+             'XCFLAGS',
+             'XMINC',
+             'OPENGLLIB',
+             'OPENGLULIB'):
     update_opts(flag, macros, inc_dirs, lib_dirs, libs)
 
 setup(



More information about the grass-commit mailing list