mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +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 dbus
|
||||||
$SCRIPTS/install hal
|
$SCRIPTS/install hal
|
||||||
|
|
||||||
|
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||||
|
|
||||||
if [ "$XINERAMA" = "yes" ]; then
|
if [ "$XINERAMA" = "yes" ]; then
|
||||||
$SCRIPTS/install libXinerama
|
$SCRIPTS/install libXinerama
|
||||||
fi
|
fi
|
||||||
@ -22,8 +24,8 @@ XORG_DST="$INSTALL/$XORG_PATH_MODULES"
|
|||||||
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
mkdir -p $INSTALL/usr/bin
|
||||||
cp $XORG_SRC/Xorg $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 $XORG_SRC/utils/gtf/gtf $INSTALL/usr/bin
|
||||||
|
cp -PR $PKG_DIR/scripts/xinit $INSTALL/usr/bin
|
||||||
|
|
||||||
#opt:
|
#opt:
|
||||||
cp $XORG_SRC/utils/cvt/cvt $INSTALL/usr/bin
|
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
|
$SCRIPTS/install font-misc-misc
|
||||||
|
|
||||||
#Server
|
#Server
|
||||||
# $SCRIPTS/install xorg-server
|
|
||||||
$SCRIPTS/install xkeyboard-config
|
$SCRIPTS/install xkeyboard-config
|
||||||
$SCRIPTS/install xkbcomp
|
$SCRIPTS/install xkbcomp
|
||||||
|
|
||||||
@ -85,7 +86,5 @@ get_graphicdrivers
|
|||||||
done
|
done
|
||||||
|
|
||||||
#Tools
|
#Tools
|
||||||
$SCRIPTS/install xinit
|
|
||||||
$SCRIPTS/install openbox
|
$SCRIPTS/install openbox
|
||||||
|
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install mrxvt
|
||||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install roxterm
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user