[GRASS-SVN] r49437 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 30 13:21:37 EST 2011


Author: martinl
Date: 2011-11-30 10:21:36 -0800 (Wed, 30 Nov 2011)
New Revision: 49437

Modified:
   grass/trunk/gui/wxpython/Makefile
Log:
don't conditionize `wxpython`, there is nothing to compile
`--with-widgets` is used during compilation, see eg. `vizualization/wximgview`


Modified: grass/trunk/gui/wxpython/Makefile
===================================================================
--- grass/trunk/gui/wxpython/Makefile	2011-11-30 16:18:40 UTC (rev 49436)
+++ grass/trunk/gui/wxpython/Makefile	2011-11-30 18:21:36 UTC (rev 49437)
@@ -19,10 +19,8 @@
 	mapdisp modules nviz psmap vdigit wxplot)
 DSTDIRS := $(patsubst %,$(ETCDIR)/%,compat icons scripts xml)
 
-ifneq ($(strip $(WXVERSION)),)
 default: $(DSTFILES) menustrings.py
 	$(MAKE) parsubdirs
-endif
 
 $(ETCDIR)/%: % | $(PYDSTDIRS) $(DSTDIRS)
 	$(INSTALL_DATA) $< $@



More information about the grass-commit mailing list