aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2015-09-28 20:08:58 +0200
committerChristoph Lohmann <20h@r-36.net>2015-09-28 20:08:58 +0200
commit168248432705eff5fc44cf8a566bc090ca59d78a (patch)
tree76ef0017df1e54d1768ff1d3c7e991fc46a87753 /config.mk
parent4be353e381e07fd8100f0cf29b299180f6681e46 (diff)
downloadst-patched-168248432705eff5fc44cf8a566bc090ca59d78a.tar.bz2
st-patched-168248432705eff5fc44cf8a566bc090ca59d78a.tar.xz
st-patched-168248432705eff5fc44cf8a566bc090ca59d78a.zip
There's no need for libXext to compile st.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 67844dc..81e3e47 100644
--- a/config.mk
+++ b/config.mk
@@ -14,7 +14,7 @@ X11LIB = /usr/X11R6/lib
14INCS = -I. -I/usr/include -I${X11INC} \ 14INCS = -I. -I/usr/include -I${X11INC} \
15 `pkg-config --cflags fontconfig` \ 15 `pkg-config --cflags fontconfig` \
16 `pkg-config --cflags freetype2` 16 `pkg-config --cflags freetype2`
17LIBS = -L/usr/lib -lc -L${X11LIB} -lm -lrt -lX11 -lutil -lXext -lXft \ 17LIBS = -L/usr/lib -lc -L${X11LIB} -lm -lrt -lX11 -lutil -lXft \
18 `pkg-config --libs fontconfig` \ 18 `pkg-config --libs fontconfig` \
19 `pkg-config --libs freetype2` 19 `pkg-config --libs freetype2`
20 20