rgnano: drop doom plugin due to musl issues

Dropping this after some failed attempts to work around musl dlclose implementation, fortunately there's a native port.

Change-Id: I17550df81494c6e67ddab21d44fe1287ccfa6156
This commit is contained in:
Hairo R. Carela 2025-09-21 19:46:54 -04:00
parent d29663a412
commit 3ddde8615c

View file

@ -61,7 +61,7 @@ pacbox
#if (defined(HAVE_LCD_COLOR) || defined(MROBE_100) || defined(SANSA_CLIPPLUS) \
|| defined(SANSA_CLIPV2) || (LCD_DEPTH == 2)) \
&& (MEMORYSIZE > 2 && !defined(RB_PROFILE))
&& (MEMORYSIZE > 2 && !defined(RB_PROFILE)) && !defined(RG_NANO) /* musl libc issues */
doom
#endif