aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-10-25 18:36:12 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-10-25 18:36:12 +0000
commit35e0da31ee1a60cdf8b7a1ed09398e8a730341e2 (patch)
tree9a2cf2820d25c2edaab31b1396afbbb9aeeb12e1 /configure.ac
parent13f2f09b879f543572f04135b28655f30bf64c8f (diff)
downloadusdx-35e0da31ee1a60cdf8b7a1ed09398e8a730341e2.tar.gz
usdx-35e0da31ee1a60cdf8b7a1ed09398e8a730341e2.tar.xz
usdx-35e0da31ee1a60cdf8b7a1ed09398e8a730341e2.zip
configure and package description update:
- SDL_TTF replaced by freetype - swscale added to debian control file git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1475 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8229210c..84f06d58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -160,6 +160,9 @@ PKG_HAVE([libpng], [libpng12], yes)
# find sdl
PKG_HAVE([sdl], [sdl], yes)
+# find freetype
+PKG_HAVE([freetype], [freetype2], yes)
+
# find sqlite3
PKG_HAVE([sqlite3], [sqlite3], yes)