Explorar o código

conditionalize upon wxwidgets configuration

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49408 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler %!s(int64=13) %!d(string=hai) anos
pai
achega
fcf97bc1a6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      gui/wxpython/Makefile

+ 2 - 0
gui/wxpython/Makefile

@@ -19,8 +19,10 @@ PYDSTDIRS := $(patsubst %,$(ETCDIR)/%,core dbm gcp gmodeler gui_core lmgr locati
 	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) $< $@