diff options
| author | Lucas Gabriel Vuotto <l.vuotto92@gmail.com> | 2016-02-13 18:42:14 -0300 |
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2016-02-18 16:56:57 +0100 |
| commit | 3c79bcb40808c31a9f8f47538f4f8d5c489b7f60 (patch) | |
| tree | 4ea5f7563740209fdb281a1d943b337cb0c4f927 /config.mk | |
| parent | 8920c1ba196df53a8ca06c179a3aa3ee260a6935 (diff) | |
| download | tabbed-3c79bcb40808c31a9f8f47538f4f8d5c489b7f60.tar.gz | |
Added xft support
Based on xft tabbed patch from the wiki.
Signed-off-by: Lucas Gabriel Vuotto <l.vuotto92@gmail.com>
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man # includes and libs -INCS = -I. -I/usr/include -LIBS = -L/usr/lib -lc -lX11 +INCS = -I. -I/usr/include -I/usr/include/freetype2 +LIBS = -L/usr/lib -lc -lX11 -lfontconfig -lXft # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE |