diff options
author | 2024-05-02 22:33:44 +0200 | |
---|---|---|
committer | 2024-05-02 22:33:44 +0200 | |
commit | 616c75fcdaffd57ff0c14954ab08adb7d97aeff1 (patch) | |
tree | ce3b2b73ec926e8837e184eb3407d86d90d88f5f | |
parent | 7be720cc88ed2294338f7182600df10f21c575ce (diff) | |
download | dmenu-616c75fcdaffd57ff0c14954ab08adb7d97aeff1.tar.gz dmenu-616c75fcdaffd57ff0c14954ab08adb7d97aeff1.zip |
Add X11INC and X11LIB in OpenBSD section
Those two variables need to be uncommented when compiling on BSD system.
-rw-r--r-- | config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |