Selaa lähdekoodia

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 13 vuotta sitten
vanhempi
commit
56b71af8d0
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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)
 DSTDIRS := $(patsubst %,$(ETCDIR)/%,compat icons scripts xml)
 
-ifneq ($(strip $(WXVERSION)),)
 default: $(DSTFILES) menustrings.py
 	$(MAKE) parsubdirs
-endif
 
 $(ETCDIR)/%: % | $(PYDSTDIRS) $(DSTDIRS)
 	$(INSTALL_DATA) $< $@