Increased the pango cairo dependency to 1.24.4.
Loonycyborg I didn't see a version check in SCons and I didn't add one, please review.
This commit is contained in:
parent
3c41b7c75a
commit
53259cf8c8
5 changed files with 5 additions and 3 deletions
|
@ -434,7 +434,7 @@ if(ENABLE_GAME OR ENABLE_TESTS)
|
|||
|
||||
if(NOT MSVC)
|
||||
find_package( PkgConfig REQUIRED )
|
||||
pkg_check_modules( PANGOCAIRO REQUIRED pangocairo>=1.14.8 )
|
||||
pkg_check_modules( PANGOCAIRO REQUIRED pangocairo>=1.24.4 )
|
||||
pkg_check_modules( FONTCONFIG REQUIRED fontconfig>=2.4.1 )
|
||||
pkg_check_modules( SYSTEMD systemd )
|
||||
endif(NOT MSVC)
|
||||
|
|
2
INSTALL
2
INSTALL
|
@ -17,7 +17,7 @@ You'll need to have these libraries and their development headers to build Wesno
|
|||
boost_system >= 1.36.0
|
||||
boost_thread >= 1.36.0
|
||||
libfontconfig >= 2.4.1
|
||||
libpango (with cairo backend) >= 1.14.8
|
||||
libpango (with cairo backend) >= 1.24.4
|
||||
libsdl >= 1.2.7
|
||||
libsdl-image >= 1.2 (with png support)
|
||||
libsdl-mixer >= 1.2 (with Vorbis support)
|
||||
|
|
|
@ -23,6 +23,7 @@ Full documentation is available [wiki=Micro_AIs]on the Wesnoth wiki[/wiki], whic
|
|||
[/section]
|
||||
|
||||
[section="Another Change"]
|
||||
Increased the pango cairo dependency to version 1.24.4.
|
||||
[/section]
|
||||
|
||||
[section="Yet another Change"]
|
||||
|
|
|
@ -94,6 +94,7 @@ Version 1.11.1+svn:
|
|||
* Added a FOREACH macro to emulate C++11 for(... : ...) style loops.
|
||||
* Fixed bug #20290: No longer terminate due to a corrupt savegame.
|
||||
* Fixed bug #19970: No longer terminate due to corrupt preferences.
|
||||
* Changed: Increased the pango cairo dependency to version 1.24.4.
|
||||
|
||||
Version 1.11.1:
|
||||
* AI:
|
||||
|
|
|
@ -238,7 +238,7 @@ compile Wesnoth.
|
|||
General Folder'.
|
||||
|
||||
|
||||
5k. >=pangocairo-1.14.8 ( http://www.gtk.org/download-windows.html )
|
||||
5k. >=pangocairo-1.24.4 ( http://www.gtk.org/download-windows.html )
|
||||
|
||||
Download the following 'Binaryies' and 'Dev' packages from the
|
||||
'GTK+ individual packages'
|
||||
|
|
Loading…
Add table
Reference in a new issue