diff options
author | Romain Gonçalves <commit@rgoncalves.se> | 2021-11-20 17:58:19 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2025-02-28 13:18:48 +0100 |
commit | c16198229747283628ec3b5caf3b3cd95aac29dd (patch) | |
tree | ca39f8338b3dd3cee80b0fb98ff828d16644ac69 /config.openbsd.mk | |
parent | cfb8627a80a334f200f68c2c8f3e384313ebbaf5 (diff) | |
download | dwm-c16198229747283628ec3b5caf3b3cd95aac29dd.tar.gz |
Makefile: Override freetype path for OpenBSD
The freetype path is not hardcoded and automatically changed depending
on the current platform (Linux, BSD, .*)
Diffstat (limited to 'config.openbsd.mk')
-rw-r--r-- | config.openbsd.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.openbsd.mk b/config.openbsd.mk new file mode 100644 index 0000000..53c757e --- /dev/null +++ b/config.openbsd.mk @@ -0,0 +1 @@ +FREETYPEINC = ${X11INC}/freetype2 |