This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 4d629b5f70286e96b2f64506dfc5f60be03df58c Author: David Capello <[email protected]> Date: Fri Nov 20 18:52:39 2015 -0300 Update Skia port to support m48 version --- src/she/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/she/CMakeLists.txt b/src/she/CMakeLists.txt index b806b91..313f168 100644 --- a/src/she/CMakeLists.txt +++ b/src/she/CMakeLists.txt @@ -79,6 +79,7 @@ if(USE_SKIA_BACKEND) find_library(SKIA_OPTS_AVX_LIBRARY skia_opts_avx PATH "${SKIA_BUILD_OUT_DIR}") find_library(SKIA_OPTS_SSE41_LIBRARY skia_opts_sse41 PATH "${SKIA_BUILD_OUT_DIR}") find_library(SKIA_OPTS_SSSE3_LIBRARY skia_opts_ssse3 PATH "${SKIA_BUILD_OUT_DIR}") + find_library(SKIA_OPTS_AVX_LIBRARY skia_opts_avx PATH "${SKIA_BUILD_OUT_DIR}") find_library(SKIA_PORTS_LIBRARY skia_ports PATH "${SKIA_BUILD_OUT_DIR}") find_library(SKIA_SFNT_LIBRARY skia_sfnt PATH "${SKIA_BUILD_OUT_DIR}") find_library(SKIA_GPU_LIBRARY skia_skgpu PATH "${SKIA_BUILD_OUT_DIR}") @@ -129,6 +130,7 @@ if(USE_SKIA_BACKEND) ${SKIA_OPTS_AVX_LIBRARY} ${SKIA_OPTS_SSE41_LIBRARY} ${SKIA_OPTS_SSSE3_LIBRARY} + ${SKIA_OPTS_AVX_LIBRARY} ${SKIA_PORTS_LIBRARY} ${SKIA_SFNT_LIBRARY} ${SKIA_UTILS_LIBRARY} -- 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

