Adding config.mk

This commit is contained in:
phillbush 2020-07-29 18:09:06 -03:00
parent 237da9824c
commit 26cb0bfcf2

View File

@ -17,7 +17,7 @@ FREETYPEINC = /usr/include/freetype2
# includes and libs # includes and libs
INCS = -I${LOCALINC} -I${X11INC} -I${FREETYPEINC} INCS = -I${LOCALINC} -I${X11INC} -I${FREETYPEINC}
LIBS = -L${LOCALLIB} -L${X11LIB} -lfontconfig -lXft -lX11 -lImlib2 LIBS = -L${LOCALLIB} -L${X11LIB} -lfontconfig -lXft -lX11 -lXinerama -lImlib2
# flags # flags
CPPFLAGS = CPPFLAGS =