Explorar o código

Update wxGUI/nviz setup.py

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36792 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=16) %!d(string=hai) anos
pai
achega
edd76e98ef
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      gui/wxpython/nviz/setup.py

+ 5 - 1
gui/wxpython/nviz/setup.py

@@ -28,7 +28,11 @@ libs = ['grass_gis',
 for flag in ('GDALCFLAGS',
              'GDALLIBS',
              'WXWIDGETSCXXFLAGS',
-             'WXWIDGETSLIB'):
+             'WXWIDGETSLIB',
+             'XCFLAGS',
+             'XMINC',
+             'OPENGLLIB',
+             'OPENGLULIB'):
     update_opts(flag, macros, inc_dirs, lib_dirs, libs)
 
 setup(