[hackers] [dwm] config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override (ports and *BSDs) || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Tue, 20 Oct 2015 23:45:32 +0200 (CEST)

commit 40529e1469b399114048185e1d5b7237b1cc7f3e
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Tue Oct 20 23:01:49 2015 +0200
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Tue Oct 20 23:01:49 2015 +0200

    config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override (ports and *BSDs)

diff --git a/config.mk b/config.mk
index cf95913..4eefb71 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -14,9 +14,15 @@ X11LIB = /usr/X11R6/lib
 XINERAMALIBS = -lXinerama
 XINERAMAFLAGS = -DXINERAMA
 
+# freetype
+FREETYPELIBS = -lfontconfig -lXft
+FREETYPEINC = /usr/include/freetype2
+# OpenBSD (uncomment)
+#FREETYPEINC = ${X11INC}/freetype2
+
 # includes and libs
-INCS = -I${X11INC} -I/usr/include/freetype2
-LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} -lfontconfig -lXft
+INCS = -I${X11INC} -I${FREETYPEINC}
+LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}
 
 # flags
 CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
Received on Tue Oct 20 2015 - 23:45:32 CEST

This archive was generated by hypermail 2.3.0 : Tue Oct 20 2015 - 23:48:10 CEST