mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xorg-server:
- typo, installation fails with build with libXinerama - roxterm comes back
This commit is contained in:
parent
7aa88785d2
commit
38ae4f1ae6
@ -13,7 +13,7 @@ $SCRIPTS/install pixman
|
||||
$SCRIPTS/install dbus
|
||||
$SCRIPTS/install hal
|
||||
|
||||
if [ $XINERAMA = yes ]; then
|
||||
if [ "$XINERAMA" = "yes" ]; then
|
||||
$SCRIPTS/install libXinerama
|
||||
fi
|
||||
|
||||
@ -88,4 +88,4 @@ get_graphicdrivers
|
||||
$SCRIPTS/install xinit
|
||||
$SCRIPTS/install openbox
|
||||
|
||||
# [ "$DEVTOOLS" = yes ] && $SCRIPTS/install roxterm
|
||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install roxterm
|
||||
|
Loading…
x
Reference in New Issue
Block a user