Index: plugins.h =================================================================== --- plugins.h (revision 26259) +++ plugins.h (revision 26260) @@ -15,6 +15,7 @@ plugin_def("lib_netmap", "map nets and objects", sdisable, 0) plugin_def("lib_polyhelp", "polygon helpers", sbuildin, 1) plugin_def("lib_vfs", "fetch data for VFS export", sdisable, 0) +plugin_def("lib_wget", "wget(1) wrapper", sdisable, 0) plugin_header("\nFeature plugins:\n") plugin_def("acompnet", "net auto-completion", sdisable, 1) @@ -148,6 +149,7 @@ plugin_dep("export_xy", "export_bom", 0) plugin_dep("extedit", "io_lihata", 0) plugin_dep("fp_wget", "fp_fs", 0) +plugin_dep("fp_wget", "lib_wget", 0) plugin_dep("hid_gtk2_gdk", "lib_gtk_common", 01) plugin_dep("hid_gtk2_gdk", "lib_gtk_hid", 01) plugin_dep("hid_gtk2_gl", "lib_gtk_common", 01)