diff options
author | theuni <theuni-nospam-@xbmc.org> | 2011-04-16 16:06:22 -0400 |
---|---|---|
committer | theuni <theuni-nospam-@xbmc.org> | 2011-04-16 16:06:22 -0400 |
commit | ad04564f1fc8c7d9214442a5d5b15375ecf49648 (patch) | |
tree | 2ab07b838b04bde08d7fc5e47ab9b0cc10608da3 /Makefile.in | |
parent | 347014d72774a896f089de3eb17b4f1c98839133 (diff) |
changed: rename BUILD_GOOM to DISABLE_GOOM to reflect what it really means
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index a5248e43d2..bfc9d5191d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -138,7 +138,7 @@ ifeq ($(findstring osx,@ARCH@), osx) VIS_DIRS+=xbmc/visualizations/iTunes \ endif -ifneq (@BUILD_GOOM@,1) +ifneq (@DISABLE_GOOM@,1) VIS_DIRS+=xbmc/visualizations/Goom \ endif @@ -387,7 +387,7 @@ ifneq ($(findstring arm,@ARCH@), arm) ifeq ($(findstring osx,@ARCH@), osx) $(MAKE) -C xbmc/visualizations/iTunes endif -ifneq (@BUILD_GOOM@,1) +ifneq (@DISABLE_GOOM@,1) ifeq ($(or $(findstring powerpc-linux,@ARCH@),$(findstring powerpc64-linux,@ARCH@)),) $(MAKE) -C xbmc/visualizations/Goom endif |