[aseprite] 243/250: Use shared freetype and add to build depends.

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:35 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 5aa97cc2a8b89f6580b671dd89c13de68f901b0a
Author: Tobias Hansen <thansen at localhost.localdomain>
Date:   Wed Dec 16 01:04:07 2015 +0000

    Use shared freetype and add to build depends.
---
 debian/control | 1 +
 debian/rules   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 2da8872..a34243a 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 9),
                zlib1g-dev,
                libtinyxml-dev,
                libpixman-1-dev,
+               libfreetype6-dev,
                libgtest-dev
 Standards-Version: 3.9.6
 Homepage: http://www.aseprite.org/
diff --git a/debian/rules b/debian/rules
index 757a5ae..2b98dc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,8 @@ DEB_ASE_CMAKE_OPTIONS ?= -DENABLE_UPDATER:BOOL=OFF \
                          -DUSE_SHARED_GTEST:BOOL=ON \
                          -DUSE_SHARED_ALLEGRO4:BOOL=ON \
                          -DUSE_SHARED_LIBLOADPNG:BOOL=ON \
-                         -DUSE_SHARED_PIXMAN:BOOL=ON
+                         -DUSE_SHARED_PIXMAN:BOOL=ON \
+                         -DUSE_SHARED_FREETYPE:BOOL=ON
 
 %:
 	dh $@ --parallel

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