diff options
author | rafa_99 <rafa99@protonmail.com> | 2019-10-20 16:39:53 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2019-10-20 16:39:53 +0000 |
commit | 35d7f1b730b2fd33a325bedcb892e5cdaab7f3ec (patch) | |
tree | 944787f3e9fd1640e49c5592990912fd284b9af7 /config.mk | |
parent | 97959537de237b1dd9f3397120fce749af411674 (diff) |
Transparency is Bloat
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ FREETYPEINC = /usr/include/freetype2 # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} -LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lXrender +LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} |