[aseprite] 116/250: Move Skia libraries as she library dependencies

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 4fbbd75599f2f7e3c25d181eb4b7424de3ff712c
Author: David Capello <davidcapello at gmail.com>
Date:   Wed Sep 30 19:58:04 2015 -0300

    Move Skia libraries as she library dependencies
---
 src/CMakeLists.txt     | 4 ----
 src/she/CMakeLists.txt | 5 +++++
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3cdce95..2aa2771 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -115,10 +115,6 @@ endif()
 
 add_subdirectory(app)
 
-if(USE_SKIA_BACKEND)
-  list(APPEND PLATFORM_LIBS ${SKIA_LIBRARIES})
-endif()
-
 ######################################################################
 # Copy data/ directory target
 
diff --git a/src/she/CMakeLists.txt b/src/she/CMakeLists.txt
index cbe687b..f6521f9 100644
--- a/src/she/CMakeLists.txt
+++ b/src/she/CMakeLists.txt
@@ -177,3 +177,8 @@ if(USE_ALLEG4_BACKEND)
     ${LIBALLEGRO4_LINK_FLAGS}
     ${DXGUID_LIBRARIES})
 endif()
+
+if(USE_SKIA_BACKEND)
+  target_link_libraries(she
+    ${SKIA_LIBRARIES})
+endif()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list