aboutsummaryrefslogtreecommitdiff
path: root/config.mk.rej
diff options
context:
space:
mode:
authorLoek Le Blansch <l.leblansch@gmail.com>2020-07-16 11:20:56 +0200
committerLoek Le Blansch <l.leblansch@gmail.com>2020-07-16 11:20:56 +0200
commit6abda3faad50bdf96c994c9a5fd41f275e7d6842 (patch)
treef4840fbd31bee5f2cde6b739e40301fb209fcdd7 /config.mk.rej
parent1fe8489deda0f8efc407d7b05df0eedce452ffef (diff)
alpha + config
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..ad62275
--- /dev/null
+++ b/config.mk.rej
@@ -0,0 +1,11 @@
+--- config.mk
++++ config.mk
+@@ -16,7 +16,7 @@ PKG_CONFIG = pkg-config
+ INCS = -I$(X11INC) \
+ `$(PKG_CONFIG) --cflags fontconfig` \
+ `$(PKG_CONFIG) --cflags freetype2`
+-LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \
++LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft -lXrender\
+ `$(PKG_CONFIG) --libs fontconfig` \
+ `$(PKG_CONFIG) --libs freetype2`
+