summaryrefslogtreecommitdiff
path: root/config.mk.rej
diff options
context:
space:
mode:
authorP.P.A <adolphs@moselle.moe>2023-07-08 22:17:12 +0200
committerP.P.A <adolphs@moselle.moe>2023-07-08 22:17:12 +0200
commit7f63a5887365e48708070b8542d39f396832472e (patch)
treecf42e2275845f9b7ed15be6140cf797b96a1300b /config.mk.rej
parent4970a535f93cfc2219bfe083dc4dd79254c7460a (diff)
creenshots with scrot
Diffstat (limited to 'config.mk.rej')
-rw-r--r--config.mk.rej11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.mk.rej b/config.mk.rej
new file mode 100644
index 0000000..6184061
--- /dev/null
+++ b/config.mk.rej
@@ -0,0 +1,11 @@
+--- 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}