mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +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-largefile \
|
||||||
--enable-install-libxf86config \
|
--enable-install-libxf86config \
|
||||||
--disable-xselinux \
|
--disable-xselinux \
|
||||||
|
--with-pic \
|
||||||
--enable-aiglx \
|
--enable-aiglx \
|
||||||
--enable-glx-tls \
|
--enable-glx-tls \
|
||||||
--enable-registry \
|
--enable-registry \
|
||||||
--enable-composite \
|
--enable-composite \
|
||||||
|
--enable-xinerama \
|
||||||
--enable-mitshm \
|
--enable-mitshm \
|
||||||
--disable-xres \
|
--disable-xres \
|
||||||
--disable-record \
|
--disable-record \
|
||||||
@ -86,7 +88,7 @@ cd $PKG_BUILD
|
|||||||
--disable-kdrive \
|
--disable-kdrive \
|
||||||
--disable-xephyr \
|
--disable-xephyr \
|
||||||
--disable-xfake \
|
--disable-xfake \
|
||||||
--enable-xfbdev \
|
--disable-xfbdev \
|
||||||
--disable-install-setuid \
|
--disable-install-setuid \
|
||||||
--disable-secure-rpc \
|
--disable-secure-rpc \
|
||||||
--with-int10=x86emu \
|
--with-int10=x86emu \
|
||||||
@ -99,7 +101,7 @@ cd $PKG_BUILD
|
|||||||
--with-log-dir=/var/log \
|
--with-log-dir=/var/log \
|
||||||
--with-dri-driver-path=$XORG_PATH_DRI \
|
--with-dri-driver-path=$XORG_PATH_DRI \
|
||||||
--with-fontrootdir=$XORG_PATH_FONTS \
|
--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 \
|
$XORG_CONFIG \
|
||||||
|
|
||||||
make
|
make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user