summaryrefslogtreecommitdiff
path: root/config.mk.rej
diff options
context:
space:
mode:
authorP.P.A <adolphs@moselle.moe>2023-07-08 22:19:14 +0200
committerP.P.A <adolphs@moselle.moe>2023-07-08 22:19:14 +0200
commit530bb1e04b973dda11d4a2dbd0117735746fd1a3 (patch)
treec40a5a4ef21a113c3d8bf63e54d46bb009700a50 /config.mk.rej
parent7f63a5887365e48708070b8542d39f396832472e (diff)
Revert "creenshots with scrot"
This reverts commit 7f63a5887365e48708070b8542d39f396832472e.
Diffstat (limited to 'config.mk.rej')
-rw-r--r--config.mk.rej11
1 files changed, 0 insertions, 11 deletions
diff --git a/config.mk.rej b/config.mk.rej
deleted file mode 100644
index 6184061..0000000
--- a/config.mk.rej
+++ /dev/null
@@ -1,11 +0,0 @@
---- config.mk
-+++ config.mk
-@@ -23,7 +23,7 @@ FREETYPEINC = /usr/include/freetype2
-
- # includes and libs
- INCS = -I${X11INC} -I${FREETYPEINC}
--LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}
-+LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lXrender
-
- # flags
- CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}