mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libprojectM: fix configure options
- remove option causing the warning configure: WARNING: unrecognized options: --enable-preset-subdirs was dropped in https://github.com/projectM-visualizer/projectm pull 385
This commit is contained in:
parent
138c45bf51
commit
73d9f4cd98
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user