瀏覽代碼

Update wxGUI/nviz setup.py

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36792 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 年之前
父節點
當前提交
edd76e98ef
共有 1 個文件被更改,包括 5 次插入1 次删除
  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(