modified config.mk for dell_laptop computer

This commit is contained in:
celso 2023-07-15 20:44:54 -03:00
parent 8df553e004
commit f62d5efc21
1 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@
VERSION = 5.2
# 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