mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
commit
724e9acbdc
@ -72,7 +72,7 @@ PKG_CONFIGURE_OPTS_TARGET="CC_FOR_BUILD=$HOST_CC \
|
||||
--disable-gles1 \
|
||||
--disable-gles2 \
|
||||
--enable-dri \
|
||||
--disable-dri3 \
|
||||
--enable-dri3 \
|
||||
--enable-glx \
|
||||
--disable-osmesa \
|
||||
--disable-gallium-osmesa \
|
||||
@ -102,6 +102,10 @@ PKG_CONFIGURE_OPTS_TARGET="CC_FOR_BUILD=$HOST_CC \
|
||||
--with-dri-drivers=$DRI_DRIVERS \
|
||||
--with-sysroot=$SYSROOT_PREFIX"
|
||||
|
||||
pre_configure_target() {
|
||||
export LIBS="-lxcb-dri3 -lxcb-present -lxcb-sync -lxshmfence"
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
# rename and relink for cooperate with nvidia drivers
|
||||
rm -rf $INSTALL/usr/lib/libGL.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user