modified config.mk for dell_laptop
This commit is contained in:
parent
af3485a5de
commit
e6a64dbe1c
|
@ -4,11 +4,11 @@ VERSION = 6.4
|
||||||
# Customize below to fit your system
|
# Customize below to fit your system
|
||||||
|
|
||||||
# paths
|
# paths
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr
|
||||||
MANPREFIX = ${PREFIX}/share/man
|
MANPREFIX = ${PREFIX}/share/man
|
||||||
|
|
||||||
X11INC = /usr/X11R6/include
|
X11INC = /usr/include/X11
|
||||||
X11LIB = /usr/X11R6/lib
|
X11LIB = /usr/lib64
|
||||||
|
|
||||||
# Xinerama, comment if you don't want it
|
# Xinerama, comment if you don't want it
|
||||||
XINERAMALIBS = -lXinerama
|
XINERAMALIBS = -lXinerama
|
||||||
|
|
Loading…
Reference in New Issue