소스 검색

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 년 전
부모
커밋
56b71af8d0
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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) $< $@