diff options
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -15,10 +15,12 @@ PKG_CONFIG = pkg-config | |||
15 | # includes and libs | 15 | # includes and libs |
16 | INCS = -I$(X11INC) \ | 16 | INCS = -I$(X11INC) \ |
17 | `$(PKG_CONFIG) --cflags fontconfig` \ | 17 | `$(PKG_CONFIG) --cflags fontconfig` \ |
18 | `$(PKG_CONFIG) --cflags freetype2` | 18 | `$(PKG_CONFIG) --cflags freetype2` \ |
19 | `$(PKG_CONFIG) --cflags harfbuzz` | ||
19 | LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \ | 20 | LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \ |
20 | `$(PKG_CONFIG) --libs fontconfig` \ | 21 | `$(PKG_CONFIG) --libs fontconfig` \ |
21 | `$(PKG_CONFIG) --libs freetype2` | 22 | `$(PKG_CONFIG) --libs freetype2` \ |
23 | `$(PKG_CONFIG) --libs harfbuzz` | ||
22 | 24 | ||
23 | # flags | 25 | # flags |
24 | STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 | 26 | STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 |