From 3ddde8615c1214b980179743d8310c9bbfee050c Mon Sep 17 00:00:00 2001 From: "Hairo R. Carela" Date: Sun, 21 Sep 2025 19:46:54 -0400 Subject: [PATCH] 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 --- apps/plugins/SUBDIRS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 78226f1aca..b48cad5a26 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -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