mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
xorg-server: typo
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e706038432
commit
6843349c2b
@ -29,7 +29,7 @@ get_graphicdrivers
|
||||
if [ "$COMPOSITE_SUPPORT" = "yes" ]; then
|
||||
XORG_COMPOSITE="--enable-composite"
|
||||
else
|
||||
XORG_COMPOSITE="--diable-composite"
|
||||
XORG_COMPOSITE="--disable-composite"
|
||||
fi
|
||||
|
||||
if [ "$XINERAMA_SUPPORT" = "yes" ]; then
|
||||
@ -118,4 +118,4 @@ cd $PKG_BUILD
|
||||
--with-default-font-path="/usr/share/fonts/misc,built-ins" \
|
||||
|
||||
make
|
||||
$MAKEINSTALL
|
||||
$MAKEINSTALL
|
||||
|
Loading…
x
Reference in New Issue
Block a user