mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
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:
parent
d29663a412
commit
3ddde8615c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue