aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorceros7 <ceros7@svn>2010-05-24 02:06:08 +0000
committerceros7 <ceros7@svn>2010-05-24 02:06:08 +0000
commit5cae5a9b36def6b243d5c69fa02a13a4abe642e7 (patch)
treeb11ce927245724fe664080386581de359aef67c1 /Makefile.in
parent8c86aeeb779ea74cde7b326c0677cf3a730bdfe4 (diff)
Fix ticket #9275. guilib and libsquish are required for TexturePacker.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30496 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 83dd4ba798..37c5ef0c91 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -501,7 +501,7 @@ else
$(MAKE) -C tools/XBMCTex/
endif
-tools/TexturePacker/TexturePacker:
+tools/TexturePacker/TexturePacker: guilib/guilib.a xbmc/lib/libsquish/libsquish-@ARCH@.a
$(MAKE) -C tools/TexturePacker/
install-bin: xbmc.bin # developement convenience target