mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
Pushing my st configs.
This commit is contained in:
15
st/config.mk.rej
Normal file
15
st/config.mk.rej
Normal 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`
|
||||
|
||||
Reference in New Issue
Block a user