[GRASS-SVN] r30950 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Apr 12 08:27:46 EDT 2008
Author: martinl
Date: 2008-04-12 08:27:34 -0400 (Sat, 12 Apr 2008)
New Revision: 30950
Modified:
grass/trunk/gui/wxpython/Makefile
Log:
wxGUI: vector digitizer requires --with-python (and --with-widgets) for compilation
Modified: grass/trunk/gui/wxpython/Makefile
===================================================================
--- grass/trunk/gui/wxpython/Makefile 2008-04-12 08:58:57 UTC (rev 30949)
+++ grass/trunk/gui/wxpython/Makefile 2008-04-12 12:27:34 UTC (rev 30950)
@@ -5,7 +5,9 @@
include $(MODULE_TOPDIR)/include/Make/Platform.make
ifneq ($(USE_WXWIDGETS),)
- SUBDIRS += vdigit
+ ifneq ($(USE_PYTHON),)
+ SUBDIRS += vdigit
+ endif
endif
include $(MODULE_TOPDIR)/include/Make/Dir.make
More information about the grass-commit
mailing list