Explorar el Código

don't conditionize `wxpython`, there is nothing to compile
`--with-widgets` is used during compilation, see eg. `vizualization/wximgview`


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49437 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa hace 13 años
padre
commit
56b71af8d0
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      gui/wxpython/Makefile

+ 0 - 2
gui/wxpython/Makefile

@@ -19,10 +19,8 @@ PYDSTDIRS := $(patsubst %,$(ETCDIR)/%,core dbmgr gcp gmodeler gui_core lmgr loca
 	mapdisp modules nviz psmap vdigit wxplot)
 	mapdisp modules nviz psmap vdigit wxplot)
 DSTDIRS := $(patsubst %,$(ETCDIR)/%,compat icons scripts xml)
 DSTDIRS := $(patsubst %,$(ETCDIR)/%,compat icons scripts xml)
 
 
-ifneq ($(strip $(WXVERSION)),)
 default: $(DSTFILES) menustrings.py
 default: $(DSTFILES) menustrings.py
 	$(MAKE) parsubdirs
 	$(MAKE) parsubdirs
-endif
 
 
 $(ETCDIR)/%: % | $(PYDSTDIRS) $(DSTDIRS)
 $(ETCDIR)/%: % | $(PYDSTDIRS) $(DSTDIRS)
 	$(INSTALL_DATA) $< $@
 	$(INSTALL_DATA) $< $@