mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
xorg-server:
- fix r2238, r2239
This commit is contained in:
parent
380f16647c
commit
b1b5d53421
@ -3,8 +3,7 @@
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install linux
|
||||
|
||||
require_eglibc $1
|
||||
$SCRIPTS/install libXinerama
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
VER=`ls $BUILD/linux*/modules/lib/modules`
|
||||
|
@ -4,6 +4,8 @@
|
||||
|
||||
XORG_SRC="$PKG_BUILD/hw/xfree86"
|
||||
|
||||
get_graphicdrivers
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
$SCRIPTS/build xf86driproto
|
||||
@ -29,7 +31,7 @@ $SCRIPTS/build fontsproto
|
||||
$SCRIPTS/build xf86bigfontproto
|
||||
$SCRIPTS/build udev
|
||||
|
||||
if test "$XINERAMA_SUPPORT" = "yes" ; then
|
||||
if [ "$XINERAMA_SUPPORT" = "yes" ]; then
|
||||
$SCRIPTS/build libXinerama
|
||||
XORG_XINERAMA="--enable-xinerama"
|
||||
else
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
. config/options
|
||||
|
||||
get_graphicdrivers
|
||||
|
||||
$SCRIPTS/install libpciaccess
|
||||
$SCRIPTS/install freetype
|
||||
$SCRIPTS/install openssl
|
||||
@ -70,8 +72,6 @@ mkdir -p $INSTALL/etc/X11/xorg.conf.d
|
||||
$SCRIPTS/install xf86-input-synaptics
|
||||
$SCRIPTS/install xf86-input-wacom
|
||||
|
||||
get_graphicdrivers
|
||||
|
||||
for drv in $XORG_DRIVERS; do
|
||||
$SCRIPTS/install xf86-video-$drv
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user