diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2023-12-30 17:12:50 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2023-12-30 17:12:50 +0000 |
| commit | f08b35d51292c85e5afcfa00c1e4c2ce38eb17bb (patch) | |
| tree | 958b5eea03287131974cd80ea3e03c337c8b2829 /config.mk | |
| parent | 12e2061b709fbacd6ca62099bc3916f2b84621cb (diff) | |
| parent | e569a8e6f600038c5047b82f16ae566d35b9b9d7 (diff) | |
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ # st version -VERSION = 0.8.3 +VERSION = 0.8.5 # Customize below to fit your system @@ -28,8 +28,8 @@ STLDFLAGS = $(LIBS) $(LDFLAGS) # OpenBSD: #CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE #LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \ -# `pkg-config --libs fontconfig` \ -# `pkg-config --libs freetype2` +# `$(PKG_CONFIG) --libs fontconfig` \ +# `$(PKG_CONFIG) --libs freetype2` # compiler and linker # CC = c99 |
