Skip to content

Commit

Permalink
fixed: Vis were being built with different sets of rules. Let's just …
Browse files Browse the repository at this point in the history
…make sure VIS_DIRS is correct and build em all
  • Loading branch information
theuni committed Apr 16, 2011
1 parent ad04564 commit 287cebc
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions Makefile.in
Expand Up @@ -380,19 +380,7 @@ exports:
dllloader: exports
$(MAKE) xbmc/cores/DllLoader/dllloader.a
visualizations: exports
ifneq ($(findstring arm,@ARCH@), arm)
$(MAKE) -C xbmc/visualizations/OpenGLSpectrum
$(MAKE) -C xbmc/visualizations/WaveForm
$(MAKE) -C xbmc/visualizations/XBMCProjectM
ifeq ($(findstring osx,@ARCH@), osx)
$(MAKE) -C xbmc/visualizations/iTunes
endif
ifneq (@DISABLE_GOOM@,1)
ifeq ($(or $(findstring powerpc-linux,@ARCH@),$(findstring powerpc64-linux,@ARCH@)),)
$(MAKE) -C xbmc/visualizations/Goom
endif
endif
endif
for d in $(VIS_DIRS); do $(MAKE) -C $$d; done
screensavers: exports
ifneq ($(findstring arm,@ARCH@), arm)
$(MAKE) -C xbmc/screensavers/rsxs-0.9/xbmc
Expand Down

0 comments on commit 287cebc

Please sign in to comment.