mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xorg-server:
- cleanup install script - install mrxvt as replacement for roxterm - remove installation of xinit - install new xinit script
This commit is contained in:
parent
6d3c789bce
commit
328349dc13
@ -13,6 +13,8 @@ $SCRIPTS/install pixman
|
||||
$SCRIPTS/install dbus
|
||||
$SCRIPTS/install hal
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
if [ "$XINERAMA" = "yes" ]; then
|
||||
$SCRIPTS/install libXinerama
|
||||
fi
|
||||
@ -22,8 +24,8 @@ XORG_DST="$INSTALL/$XORG_PATH_MODULES"
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $XORG_SRC/Xorg $INSTALL/usr/bin
|
||||
ln -sf /usr/bin/Xorg $INSTALL/usr/bin/X
|
||||
cp $XORG_SRC/utils/gtf/gtf $INSTALL/usr/bin
|
||||
cp -PR $PKG_DIR/scripts/xinit $INSTALL/usr/bin
|
||||
|
||||
#opt:
|
||||
cp $XORG_SRC/utils/cvt/cvt $INSTALL/usr/bin
|
||||
@ -70,7 +72,6 @@ cp $PKG_BUILD/config/x11-input.fdi $INSTALL/usr/share/hal/fdi/policy/10osvendor/
|
||||
$SCRIPTS/install font-misc-misc
|
||||
|
||||
#Server
|
||||
# $SCRIPTS/install xorg-server
|
||||
$SCRIPTS/install xkeyboard-config
|
||||
$SCRIPTS/install xkbcomp
|
||||
|
||||
@ -85,7 +86,5 @@ get_graphicdrivers
|
||||
done
|
||||
|
||||
#Tools
|
||||
$SCRIPTS/install xinit
|
||||
$SCRIPTS/install openbox
|
||||
|
||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install roxterm
|
||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install mrxvt
|
||||
|
Loading…
x
Reference in New Issue
Block a user