[GRASS-SVN] r49444 - grass/branches/develbranch_6/gui
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 30 17:41:51 EST 2011
Author: martinl
Date: 2011-11-30 14:41:51 -0800 (Wed, 30 Nov 2011)
New Revision: 49444
Modified:
grass/branches/develbranch_6/gui/Makefile
Log:
don't conditionize `wxpython`, there is nothing to compile
`--with-widgets` is used during compilation, see eg. `vizualization/wximgview`
Modified: grass/branches/develbranch_6/gui/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/Makefile 2011-11-30 21:47:52 UTC (rev 49443)
+++ grass/branches/develbranch_6/gui/Makefile 2011-11-30 22:41:51 UTC (rev 49444)
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ..
-SUBDIRS = icons images scripts xml
+SUBDIRS = icons images scripts xml wxpython
include $(MODULE_TOPDIR)/include/Make/Platform.make
@@ -9,11 +9,6 @@
SUBDIRS += tcltk
endif
-#compile if wxwidgets present:
-ifneq ($(strip $(WXVERSION)),)
- SUBDIRS += wxpython
-endif
-
include $(MODULE_TOPDIR)/include/Make/Dir.make
default: parsubdirs
More information about the grass-commit
mailing list