From 616c75fcdaffd57ff0c14954ab08adb7d97aeff1 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 2 May 2024 22:33:44 +0200 Subject: Add X11INC and X11LIB in OpenBSD section Those two variables need to be uncommented when compiling on BSD system. --- config.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.mk b/config.mk index 137f7c8..e2076f9 100644 --- a/config.mk +++ b/config.mk @@ -16,6 +16,8 @@ XINERAMAFLAGS = -DXINERAMA FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) +#X11INC = /usr/local/include +#X11LIB = /usr/local/lib #FREETYPEINC = $(X11INC)/freetype2 #MANPREFIX = ${PREFIX}/man -- cgit v1.2.3