diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index 52112d7c7f..96ed46ee4b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -157,11 +157,13 @@ ifneq (@DISABLE_GOOM@,1) endif ifeq (@USE_OPENGLES@,1) - ifeq ($(findstring osx,@ARCH@), osx) - ifeq (@ARCH@, arm-osx) - VIS_DIRS+=xbmc/visualizations/EGLSpectrum - endif - endif +ifeq ($(findstring osx,@ARCH@), osx) +ifeq (@ARCH@, arm-osx) +VIS_DIRS+=\ + xbmc/visualizations/OpenGLSpectrum \ + xbmc/visualizations/Waveform/ +endif +endif endif CONFLUENCE_MEDIA=addons/skin.confluence/media |