This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 3cd7d273d9cef2e1d24de7f9a42bdb3acaa23e58 Author: David Capello <[email protected]> Date: Tue Mar 29 14:36:03 2016 -0300 Update she/CMakeLists.txt for Skia branch 'chrome/m50' --- src/she/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/she/CMakeLists.txt b/src/she/CMakeLists.txt index eddf386..81c02fb 100644 --- a/src/she/CMakeLists.txt +++ b/src/she/CMakeLists.txt @@ -25,7 +25,6 @@ if(USE_ALLEG4_BACKEND) list(APPEND SHE_SOURCES alleg4/alleg_display.cpp alleg4/alleg_surface.cpp - alleg4/clock.cpp alleg4/display_events.cpp alleg4/key_poller.cpp alleg4/mouse_poller.cpp @@ -136,6 +135,10 @@ if(USE_SKIA_BACKEND) endif() endif() + # Patch for Skia (branch m50) as we don't link with skia_codec library + add_library(skia_missing_files ${SKIA_DIR}/src/ports/SkImageGenerator_none.cpp) + set(SKIA_MISSING_FILES skia_missing_files) + set(SKIA_LIBRARIES ${SKIA_ETC1_LIBRARY} ${SKIA_LIBSKKTX_LIBRARY} @@ -153,6 +156,7 @@ if(USE_SKIA_BACKEND) ${SKIA_PORTS_LIBRARY} ${SKIA_SFNT_LIBRARY} ${SKIA_UTILS_LIBRARY} + ${SKIA_MISSING_FILES} CACHE INTERNAL "Skia libraries") list(APPEND SHE_SOURCES -- 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

