diff options
author | S. Davilla <davilla@4pi.com> | 2011-04-24 13:31:06 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-04-30 14:31:27 -0400 |
commit | be61ad9b9863253e907addf742a87455b5cd7df9 (patch) | |
tree | dc5ec1101155a2c506867934ad6586d380ffe7f1 /Makefile.in | |
parent | 19911bca91b96dcde1bddde0a2a3244116c4af3e (diff) |
added configure arg to enable/disable texturepacker
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 16fc13fba4..425a48b503 100644 --- a/Makefile.in +++ b/Makefile.in @@ -188,7 +188,7 @@ configure: configure.in @./bootstrap # skin textures -ifneq ($(findstring arm,@ARCH@), arm) +ifeq (@USE_TEXTUREPACKER@,1) skins: tools/TexturePacker/TexturePacker force $(MAKE) -C $(CONFLUENCE_MEDIA) else |