From 370a6fe6e9c4fe8269c6f75a19c4d5159d7a51d6 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Thu, 28 Sep 2023 02:14:27 +0200 Subject: Add optional pixelated background blur --- config.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 74429ae..56bb527 100644 --- a/config.mk +++ b/config.mk @@ -12,11 +12,15 @@ X11LIB = /usr/X11R6/lib # includes and libs INCS = -I. -I/usr/include -I${X11INC} -LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext -lXrandr +LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext -lXrandr \ + -lImlib2 \ + # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE -DHAVE_SHADOW_H -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} \ + -Ofast \ + LDFLAGS = -s ${LIBS} COMPATSRC = explicit_bzero.c -- cgit v1.2.3-71-gd317