Pushing my st configs.

This commit is contained in:
Derek Taylor
2019-01-27 22:53:56 -06:00
parent 02f847dbf8
commit 65d7ec3cbe
26 changed files with 9506 additions and 0 deletions

15
st/config.mk.rej Normal file
View File

@@ -0,0 +1,15 @@
--- config.mk
+++ config.mk
@@ -11,10 +11,10 @@ X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
# includes and libs
-INCS = -I$(X11INC) \
+INCS = -I. -I/usr/include -I${X11INC} \
`pkg-config --cflags fontconfig` \
`pkg-config --cflags freetype2`
-LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \
+LIBS = -L/usr/lib -lc -L${X11LIB} -lm -lrt -lX11 -lutil -lXft -lXrender\
`pkg-config --libs fontconfig` \
`pkg-config --libs freetype2`