[GRASS-SVN] r36793 - grass/branches/develbranch_6/gui/wxpython/nviz
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Apr 19 13:18:44 EDT 2009
Author: martinl
Date: 2009-04-19 13:18:44 -0400 (Sun, 19 Apr 2009)
New Revision: 36793
Modified:
grass/branches/develbranch_6/gui/wxpython/nviz/setup.py
Log:
Update wxGUI/nviz setup.py
(merge from trunk, r36792)
Modified: grass/branches/develbranch_6/gui/wxpython/nviz/setup.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/nviz/setup.py 2009-04-19 17:15:41 UTC (rev 36792)
+++ grass/branches/develbranch_6/gui/wxpython/nviz/setup.py 2009-04-19 17:18:44 UTC (rev 36793)
@@ -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