mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Merge pull request #10001 from heitbaum/fixconf
This commit is contained in:
commit
0c290afe3a
@ -21,8 +21,7 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
||||
--disable-sdl \
|
||||
--disable-llvm \
|
||||
--disable-emscripten \
|
||||
--enable-threading \
|
||||
--enable-preset-subdirs"
|
||||
--enable-threading"
|
||||
|
||||
if [ "${OPENGL_SUPPORT}" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET+=" ${OPENGL}"
|
||||
|
@ -256,7 +256,6 @@ configure_package() {
|
||||
-DENABLE_INTERNAL_FLATBUFFERS=OFF \
|
||||
-DENABLE_INTERNAL_RapidJSON=OFF \
|
||||
-DENABLE_INTERNAL_SPDLOG=OFF \
|
||||
-DENABLE_INTERNAL_UDFREAD=OFF \
|
||||
-DENABLE_UDEV=ON \
|
||||
-DENABLE_DBUS=ON \
|
||||
-DENABLE_XSLT=ON \
|
||||
|
@ -40,10 +40,8 @@ PKG_CMAKE_OPTS_TARGET="-DENABLE_DEBUG=OFF \
|
||||
-DCURL_DISABLE_COOKIES=OFF \
|
||||
-DCURL_HIDDEN_SYMBOLS=ON \
|
||||
-DCURL_USE_GSSAPI=OFF \
|
||||
-DUSE_ZLIB=ON \
|
||||
-DCURL_BROTLI=OFF \
|
||||
-DCURL_ZSTD=OFF \
|
||||
-DRANDOM_FILE=/dev/urandom \
|
||||
-DCURL_USE_GNUTLS=OFF \
|
||||
-DCURL_ENABLE_SSL=ON \
|
||||
-DCURL_USE_MBEDTLS=OFF \
|
||||
|
Loading…
x
Reference in New Issue
Block a user