Index: hooks.c =================================================================== --- hooks.c (revision 35259) +++ hooks.c (revision 35260) @@ -166,10 +166,9 @@ /* Runs when things should be detected for the target system */ int hook_detect_target() { - int want_gd, want_stroke, want_xml2, want_freetype2, want_fuse; + int want_gd, want_xml2, want_freetype2, want_fuse; want_gd = plug_is_enabled("export_png") || plug_is_enabled("import_pxm_gd"); - want_stroke = plug_is_enabled("stroke"); want_xml2 = plug_is_enabled("io_eagle") || plug_is_enabled("order_pcbway"); want_freetype2 = plug_is_enabled("import_ttf"); want_fuse = plug_is_enabled("export_vfs_fuse"); @@ -186,14 +185,6 @@ } } - if (want_stroke) { - require("libs/gui/libstroke/presents", 0, 0); - if (!istrue(get("libs/gui/libstroke/presents"))) { - report_repeat("WARNING: Since there's no libstroke found, disabling the stroke plugin...\n"); - hook_custom_arg("disable-stroke", NULL); - } - } - if (want_freetype2) { require("libs/sul/freetype2/presents", 0, 0); if (!istrue(get("libs/sul/freetype2/presents"))) {