Author: mordante
Date: Thu Jul 10 19:45:29 2008
New Revision: 27896

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27896&view=rev
Log:
Change dependencies to pango with cairo backend, only wired in for autotools.

Modified:
    trunk/INSTALL
    trunk/RELEASE_NOTES
    trunk/changelog
    trunk/configure.ac

Modified: trunk/INSTALL
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/INSTALL?rev=27896&r1=27895&r2=27896&view=diff
==============================================================================
--- trunk/INSTALL (original)
+++ trunk/INSTALL Thu Jul 10 19:45:29 2008
@@ -12,8 +12,7 @@
 
  boost_iostreams >= 1.33.0
  boost_regex >= 1.33.0
- libfreetype2
- libpango >= 1.14.8
+ libpango (with cairo backend) >= 1.14.8
  libsdl >= 1.2.7
  libsdl-image >= 1.2 (with png support)
  libsdl-mixer >= 1.2 (with Vorbis support)

Modified: trunk/RELEASE_NOTES
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/RELEASE_NOTES?rev=27896&r1=27895&r2=27896&view=diff
==============================================================================
--- trunk/RELEASE_NOTES (original)
+++ trunk/RELEASE_NOTES Thu Jul 10 19:45:29 2008
@@ -10,7 +10,7 @@
 
 The release team should empty this file after each release.
 
-Added pango and freetype2 dependencies.
+Added pango with cairo backend dependency.
 
 
 

Modified: trunk/changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/changelog?rev=27896&r1=27895&r2=27896&view=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Thu Jul 10 19:45:29 2008
@@ -60,9 +60,8 @@
    * Missing images are now replaced by a "men-at-work" sign (in debug-mode)
    * Better pathfinding: now always prefer straight path and is also more
      stable between little mouse's moves.
-   * Added the pango dependency
+   * Added the pango cairo dependency
    * Various code cleanups
-   * added the freetype2 dependency
  * Python AI
    * get_variable now allows a default value to be passed to the call. If the
      key is not found, the default value is returned. This is fully backward

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/configure.ac?rev=27896&r1=27895&r2=27896&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Thu Jul 10 19:45:29 2008
@@ -940,18 +940,8 @@
 
 if test "x$game" = "xyes"; then
 
-       PKG_CHECK_MODULES(PANGO, pangoft2 >= 1.14.8)
+       PKG_CHECK_MODULES(PANGO, pangocairo >= 1.14.8)
        CPPFLAGS="$CPPFLAGS $PANGO_CFLAGS"
-fi
-
-#######################################################################
-# Freetype 2 support                                                  #
-#######################################################################
-
-if test "x$game" = "xyes"; then
-
-       PKG_CHECK_MODULES(FREETYPE2, freetype2)
-       CPPFLAGS="$CPPFLAGS $FREETYPE2_CFLAGS"
 fi
 
 #######################################################################


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to