Index: plugins.h =================================================================== --- plugins.h (revision 23931) +++ plugins.h (revision 23932) @@ -116,8 +116,7 @@ plugin_def("hid_batch", "batch process (no-gui HID)", sbuildin, 1) plugin_def("hid_gtk2_gdk", "GTK2 GUI, software render", sbuildin, 1) plugin_def("hid_gtk2_gl", "GTK2 GUI, opengl render", sbuildin, 1) -plugin_def("hid_gtk3_cairo", "GTK3 GUI, cairo render", sdisable, 0) -plugin_def("hid_gtk3_gl", "GTK3 GUI, gl render", sdisable, 0) +plugin_def("hid_gtk3_cairo", "#GTK3 GUI, cairo render", sdisable, 0) plugin_def("hid_lesstif", "the lesstif gui", sbuildin, 1) plugin_def("hid_remote", "remote HID server", sdisable, 0) @@ -146,10 +145,6 @@ plugin_dep("hid_gtk3_cairo", "draw_csect") plugin_dep("hid_gtk3_cairo", "lib_gtk_common") plugin_dep("hid_gtk3_cairo", "lib_gtk_hid") -plugin_dep("hid_gtk3_gl", "draw_csect") -plugin_dep("hid_gtk3_gl", "lib_gtk_common") -plugin_dep("hid_gtk3_gl", "lib_gtk_hid") -plugin_dep("hid_gtk3_gl", "lib_hid_gl") plugin_dep("hid_lesstif", "dialogs") plugin_dep("hid_lesstif", "draw_csect") plugin_dep("hid_lesstif", "lib_hid_common") @@ -165,6 +160,8 @@ plugin_dep("io_lihata", "lib_compat_help") plugin_dep("io_pcb", "lib_compat_help") plugin_dep("io_tedax", "lib_compat_help") +plugin_dep("io_tedax", "lib_netmap") +plugin_dep("lib_gtk_common", "dialogs") plugin_dep("lib_gtk_hid", "dialogs") plugin_dep("lib_gtk_hid", "lib_hid_common") plugin_dep("millpath", "lib_polyhelp")