This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 4fc0060b796c368a959c09bea59ad732ddd3f0e9 Author: David Capello <[email protected]> Date: Mon Apr 4 10:51:43 2016 -0300 Fix linking she library with freetype --- src/she/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/she/CMakeLists.txt b/src/she/CMakeLists.txt index 7ddec04..f5fde2e 100644 --- a/src/she/CMakeLists.txt +++ b/src/she/CMakeLists.txt @@ -227,7 +227,7 @@ add_library(she ${SHE_SOURCES}) target_link_libraries(she gfx-lib base-lib - ${FREETYPE_LIBRARY}) + ${FREETYPE_LIBRARIES}) if(USE_ALLEG4_BACKEND) target_link_libraries(she -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

