summaryrefslogtreecommitdiff
path: root/Make.config
diff options
context:
space:
mode:
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