diff options
| author | shipwreckt <me@shipwreckt.co.uk> | 2025-10-16 22:13:02 +0100 |
|---|---|---|
| committer | shipwreckt <me@shipwreckt.co.uk> | 2025-10-16 22:13:02 +0100 |
| commit | e63a16b509b05993fc7900b6296ba8601e343976 (patch) | |
| tree | b9e1d57e09a111981427bafe3b3223384e358830 /files/config/suckless/st/config.mk | |
| parent | e8b5675eb77aa20027f369ca278457b6a7c2e142 (diff) | |
More small changes, added thunderbird items.
Diffstat (limited to 'files/config/suckless/st/config.mk')
| -rw-r--r-- | files/config/suckless/st/config.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/files/config/suckless/st/config.mk b/files/config/suckless/st/config.mk index fdc29a7..cb2875c 100644 --- a/files/config/suckless/st/config.mk +++ b/files/config/suckless/st/config.mk @@ -14,9 +14,12 @@ PKG_CONFIG = pkg-config # includes and libs INCS = -I$(X11INC) \ + `$(PKG_CONFIG) --cflags imlib2` \ `$(PKG_CONFIG) --cflags fontconfig` \ `$(PKG_CONFIG) --cflags freetype2` -LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \ +LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft -lXrender \ + `$(PKG_CONFIG) --libs imlib2` \ + `$(PKG_CONFIG) --libs zlib` \ `$(PKG_CONFIG) --libs fontconfig` \ `$(PKG_CONFIG) --libs freetype2` |
