Ajust XORG_CONFIG var in BLFS/envars.conf
This commit is contained in:
parent
9dd4cccfb0
commit
ad89c458cb
1 changed files with 3 additions and 2 deletions
|
@ -40,7 +40,8 @@ export SRC_DIR=/sources
|
|||
export XORG_PREFIX=/usr
|
||||
|
||||
#--- Configure switches
|
||||
export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc --mandir=$XORG_PREFIX/share/man --localstatedir=/var"
|
||||
export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc \
|
||||
--localstatedir=/var --disable-static"
|
||||
|
||||
#======== ABOUT GNOME envars =====
|
||||
|
||||
|
@ -81,7 +82,7 @@ export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc --mandir=$XORG_PREFI
|
|||
export KDE_PREFIX=/usr
|
||||
|
||||
#--- If you want to install KDE on a non standard prefix, uncomment
|
||||
# the next lines and edit them it as needed.
|
||||
# the next lines and edit them as needed.
|
||||
#export KDE_PREFIX=/opt/kde
|
||||
#export KDEDIR=$KDE_PREFIX
|
||||
|
||||
|
|
Reference in a new issue