diff options
author | zachir <zachir@librem.one> | 2023-02-21 13:57:34 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-21 13:57:34 -0600 |
commit | 04da33709854688ca0f6cb1cff4fd0c5a34fd3be (patch) | |
tree | be7e94ff5c8b57bc5912ac8332d2f1fcdf54a59f /config.mk | |
parent | 17f838e4987aae8a81858d5f132de0a51669d6e5 (diff) |
add (and tweak) fuzzymatch patch
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ FREETYPEINC = /usr/include/freetype2 # includes and libs INCS = -I$(X11INC) -I$(FREETYPEINC) -LIBS = -L$(X11LIB) -lX11 $(XINERAMALIBS) $(FREETYPELIBS) +LIBS = -L$(X11LIB) -lX11 $(XINERAMALIBS) $(FREETYPELIBS) -lm # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XINERAMAFLAGS) |