mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
xorg-server:
- build with pic support - enable xinerama support - disable xfbdev support - enable also builtin fonts
This commit is contained in:
parent
1c9cf5122f
commit
3212db44b0
@ -47,10 +47,12 @@ cd $PKG_BUILD
|
||||
--enable-largefile \
|
||||
--enable-install-libxf86config \
|
||||
--disable-xselinux \
|
||||
--with-pic \
|
||||
--enable-aiglx \
|
||||
--enable-glx-tls \
|
||||
--enable-registry \
|
||||
--enable-composite \
|
||||
--enable-xinerama \
|
||||
--enable-mitshm \
|
||||
--disable-xres \
|
||||
--disable-record \
|
||||
@ -86,7 +88,7 @@ cd $PKG_BUILD
|
||||
--disable-kdrive \
|
||||
--disable-xephyr \
|
||||
--disable-xfake \
|
||||
--enable-xfbdev \
|
||||
--disable-xfbdev \
|
||||
--disable-install-setuid \
|
||||
--disable-secure-rpc \
|
||||
--with-int10=x86emu \
|
||||
@ -99,7 +101,7 @@ cd $PKG_BUILD
|
||||
--with-log-dir=/var/log \
|
||||
--with-dri-driver-path=$XORG_PATH_DRI \
|
||||
--with-fontrootdir=$XORG_PATH_FONTS \
|
||||
--with-default-font-path=$XORG_PATH_FONTS/misc \
|
||||
--with-default-font-path="$XORG_PATH_FONTS/misc,built-ins" \
|
||||
$XORG_CONFIG \
|
||||
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user