diff options
author | ceros7 <ceros7@svn> | 2010-05-24 02:06:08 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-05-24 02:06:08 +0000 |
commit | 5cae5a9b36def6b243d5c69fa02a13a4abe642e7 (patch) | |
tree | b11ce927245724fe664080386581de359aef67c1 /Makefile.in | |
parent | 8c86aeeb779ea74cde7b326c0677cf3a730bdfe4 (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.in | 2 |
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 |