mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 03:04:38 +10:00
16 lines
475 B
Plaintext
16 lines
475 B
Plaintext
--- 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`
|
|
|