Skip to content

Commit

Permalink
Add pangocairo dependency and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexp-sssup committed Jul 4, 2011
1 parent a467a8c commit 1564406
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -167,7 +167,7 @@ if(Boost_FOUND)
ENDIF(Boost_FOUND)
IF(UNIX)
INCLUDE(FindPkgConfig REQUIRED)
pkg_check_modules(EXTRA_LIBS REQUIRED x11 fontconfig cairo)
pkg_check_modules(EXTRA_LIBS REQUIRED x11 fontconfig cairo pangocairo)
ENDIF(UNIX)

IF(WIN32)
Expand Down
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -13,6 +13,7 @@ Version 0.5.0:
* Support for introspection of ActionScript objects (describeType)
* Support for AMF3 serialization
* Support plugin resize
* Support for dynamic text
* Remove SDL dependency from the core
* Removed Fontconfig and FTGL dependencies
* Added SDL based audio backend
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -2,7 +2,7 @@ Source: lightspark
Section: utils
Priority: optional
Maintainer: Alessandro Pignotti <a.pignotti@sssup.it>
Build-Depends: g++ (=4.5), gnash, cmake, cdbs, nasm, debhelper (>= 7), llvm-dev, libgl1-mesa-dev, libxext-dev, libcurl4-gnutls-dev | libcurl4-openssl-dev, libxml2-dev, zlib1g-dev, libnspr4-dev, libavcodec-dev, libpcre3-dev, libglew1.5-dev, xulrunner-dev (>=1.9.2), libboost-filesystem1.46-dev, libboost-system1.46-dev, libxml++2.6-dev (>= 2.33.1), libcairo2-dev, libgtk2.0-dev, libjpeg8-dev, libavformat-dev
Build-Depends: g++ (=4.5), gnash, cmake, cdbs, nasm, debhelper (>= 7), llvm-dev, libgl1-mesa-dev, libxext-dev, libcurl4-gnutls-dev | libcurl4-openssl-dev, libxml2-dev, zlib1g-dev, libnspr4-dev, libavcodec-dev, libpcre3-dev, libglew1.5-dev, xulrunner-dev (>=1.9.2), libboost-filesystem1.46-dev, libboost-system1.46-dev, libxml++2.6-dev (>= 2.33.1), libcairo2-dev, libgtk2.0-dev, libjpeg8-dev, libavformat-dev, libpango1.0-dev
Standards-Version: 3.8.4
Homepage: http://lightspark.sf.net
Vcs-git: git://github.com/alexp-sssup/lightspark.git
Expand Down

0 comments on commit 1564406

Please sign in to comment.