lucid doesn't hang on X restart
This commit is contained in:
parent
7831385f07
commit
a8ffa3a626
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ ARCH=${ARCH:-$(uname -m)}
|
|||
NUMJOBS=${NUMJOBS:-" -j3 "}
|
||||
BUILD=${BUILD:-1}
|
||||
|
||||
X_TOOLKIT=${X_TOOLKIT:=gtk}
|
||||
X_TOOLKIT=${X_TOOLKIT:=lucid}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
|
|
Loading…
Reference in a new issue