[aseprite] 172/250: Add missing -DUSE_SKIA_BACKEND and -DUSE_ALLEG4_BACKEND

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:27 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 72965b14d25db0f2ee8fe4cad19aa688fe571791
Author: David Capello <davidcapello at gmail.com>
Date:   Wed Oct 14 13:30:45 2015 -0300

    Add missing -DUSE_SKIA_BACKEND and -DUSE_ALLEG4_BACKEND
---
 CMakeLists.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c76e7e6..d172ac2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -283,6 +283,8 @@ set(PLATFORM_LIBS)
 
 # Allegro 4 backend
 if(USE_ALLEG4_BACKEND)
+  add_definitions(-DUSE_ALLEG4_BACKEND)
+
   if(USE_SHARED_ALLEGRO4)
     # Find the shared Allegro 4 library
     find_library(LIBALLEGRO4_LIBRARY alleg)
@@ -313,6 +315,11 @@ if(USE_ALLEG4_BACKEND)
   endif()
 endif()
 
+# Skia backend
+if(USE_SKIA_BACKEND)
+  add_definitions(-DUSE_SKIA_BACKEND)
+endif()
+
 # -- Unix --
 
 if(UNIX AND NOT APPLE AND NOT BEOS)

-- 
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