fix(config.mk): revise config.mk X11

This commit is contained in:
augety 2024-08-25 09:41:17 +08:00
parent ba93a6a68f
commit e2e9b27ea3

View File

@ -7,8 +7,8 @@ VERSION = 6.5
PREFIX = /usr/local PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/X11R6/include X11INC = /usr/include/X11
X11LIB = /usr/X11R6/lib X11LIB = /usr/lib/X11
# Xinerama, comment if you don't want it # Xinerama, comment if you don't want it
XINERAMALIBS = -lXinerama XINERAMALIBS = -lXinerama