diff options
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ X11LIB = /usr/X11R6/lib | |||
14 | INCS = -I. -I/usr/include -I${X11INC} \ | 14 | INCS = -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` |
17 | LIBS = -L/usr/lib -lc -L${X11LIB} -lm -lrt -lX11 -lutil -lXext -lXft \ | 17 | LIBS = -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 | ||