From e6a64dbe1c06d7742bd9a33408635f3a214d66ba Mon Sep 17 00:00:00 2001 From: celso Date: Mon, 17 Jul 2023 19:27:00 -0300 Subject: [PATCH] modified config.mk for dell_laptop --- config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.mk b/config.mk index ba64d3d..ce54e87 100644 --- a/config.mk +++ b/config.mk @@ -4,11 +4,11 @@ VERSION = 6.4 # Customize below to fit your system # paths -PREFIX = /usr/local +PREFIX = /usr MANPREFIX = ${PREFIX}/share/man -X11INC = /usr/X11R6/include -X11LIB = /usr/X11R6/lib +X11INC = /usr/include/X11 +X11LIB = /usr/lib64 # Xinerama, comment if you don't want it XINERAMALIBS = -lXinerama