summaryrefslogtreecommitdiff
path: root/Make.config
diff options
context:
space:
mode:
authorLucian Muresan <lucianm@users.sourceforge.net>2013-02-22 20:18:47 +0100
committerLucian Muresan <lucianm@users.sourceforge.net>2013-02-22 20:18:47 +0100
commit008fb421980c4aa2e76b51093e7678c0661d127d (patch)
treea4b4938c585804bcd4a8d2099cda94ec5227afed /Make.config
parentc37e9b482fd9c8a610ea232bb1c6d7b45e248e6c (diff)
downloadgraphlcd-base-008fb421980c4aa2e76b51093e7678c0661d127d.tar.gz
graphlcd-base-008fb421980c4aa2e76b51093e7678c0661d127d.tar.bz2
stripping of binaries can easily be disasbled if necessary
Diffstat (limited to 'Make.config')
-rw-r--r--Make.config8
1 files changed, 8 insertions, 0 deletions
diff --git a/Make.config b/Make.config
index f6a668f..47ac372 100644
--- a/Make.config
+++ b/Make.config
@@ -51,12 +51,20 @@ MANDIR = $(DESTDIR)/man
DEFINES += -D_GNU_SOURCE
+
+#
+#
+# Build & install configuration
+
# comment this variable out if you don't want to use FreeType2 font rendering
HAVE_FREETYPE2=1
# comment this variable out if you don't want to use fontconfig font names
HAVE_FONTCONFIG=1
+# comment this if you do not want to have the binaries pre-stripped on 'make install'
+PRESTRIP = -s
+
# uncomment one of the following two lines if you want either GraphicsMagick/ImageMagick support
#HAVE_IMAGEMAGICK=1
#HAVE_GRAPHICSMAGICK=1