From 26cb0bfcf256f68b54a4a272519a71d71c1fe13a Mon Sep 17 00:00:00 2001 From: phillbush Date: Wed, 29 Jul 2020 18:09:06 -0300 Subject: [PATCH] Adding config.mk --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 2844160..33b2143 100644 --- a/config.mk +++ b/config.mk @@ -17,7 +17,7 @@ FREETYPEINC = /usr/include/freetype2 # includes and libs 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 CPPFLAGS = -- 2.20.1