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:
Rudi Heitbaum 2025-04-24 13:57:24 +00:00
parent 138c45bf51
commit 73d9f4cd98

View File

@ -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}"