[hackers] [st] There's no need for libXext to compile st. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Mon, 28 Sep 2015 20:09:44 +0200 (CEST)

commit 168248432705eff5fc44cf8a566bc090ca59d78a
Author: Christoph Lohmann <20h_AT_r-36.net>
AuthorDate: Mon Sep 28 20:08:58 2015 +0200
Commit: Christoph Lohmann <20h_AT_r-36.net>
CommitDate: Mon Sep 28 20:08:58 2015 +0200

    There's no need for libXext to compile st.

diff --git a/config.mk b/config.mk
index 67844dc..81e3e47 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -14,7 +14,7 @@ X11LIB = /usr/X11R6/lib
 INCS = -I. -I/usr/include -I${X11INC} \
        `pkg-config --cflags fontconfig` \
        `pkg-config --cflags freetype2`
-LIBS = -L/usr/lib -lc -L${X11LIB} -lm -lrt -lX11 -lutil -lXext -lXft \
+LIBS = -L/usr/lib -lc -L${X11LIB} -lm -lrt -lX11 -lutil -lXft \
        `pkg-config --libs fontconfig` \
        `pkg-config --libs freetype2`
 
Received on Mon Sep 28 2015 - 20:09:44 CEST

This archive was generated by hypermail 2.3.0 : Mon Sep 28 2015 - 20:12:11 CEST