diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-08-04 22:09:40 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-08-04 22:11:23 +0200 |
| commit | 52fe157384f9a493b7f96f9e1374a56cc7369280 (patch) | |
| tree | 237bd75b2b916dd7df3540b75b6e01f4399397e6 /config.mk | |
| parent | 4c01cfd24e5f32beb00abaed8d110856559610b0 (diff) | |
| parent | fa253f077f19b3220c7655b81bd91e52f4367803 (diff) | |
| download | st-52fe157384f9a493b7f96f9e1374a56cc7369280.tar.gz st-52fe157384f9a493b7f96f9e1374a56cc7369280.tar.bz2 st-52fe157384f9a493b7f96f9e1374a56cc7369280.zip | |
Merge remote-tracking branch 'suckless/master'
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.4 # Customize below to fit your system @@ -32,8 +32,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 |
