Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 29646) +++ trunk/scconfig/Rev.h (revision 29647) @@ -1 +1 @@ -static const int myrev = 29644; +static const int myrev = 29647; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 29646) +++ trunk/scconfig/Rev.tab (revision 29647) @@ -1,4 +1,4 @@ -29644 configure generalize the toolbar code so it can be reused in camv-rnd and sch-rnd +29647 configure generalize the toolbar code so it can be reused in camv-rnd and sch-rnd 29567 configure import_sch conf changes, new netlist import formats 29412 configure move generic actions from core to librnd 29385 configure remove build system special casing: generated lists for action registration Index: trunk/scconfig/plugins.h =================================================================== --- trunk/scconfig/plugins.h (revision 29646) +++ trunk/scconfig/plugins.h (revision 29647) @@ -8,7 +8,7 @@ plugin_def("lib_compat_help", "#compatibility helper functions", sbuildin, 1, 0) plugin_def("lib_gensexpr", "#s-expression library", sdisable, 0, 0) plugin_def("lib_gtk_common", "all-hid_gtk common code", sdisable, 0, 0) -plugin_def("lib_hid_common", "all-gui-hid common code", sdisable, 0, 0) +plugin_def("lib_hid_common", "all-gui-hid common code", sdisable, 0, 1) plugin_def("lib_hid_gl", "openGL rendering", sdisable, 0, 0) plugin_def("lib_hid_pcbui", "common PCB-related GUI elements", sdisable, 0, 0) plugin_def("lib_netmap", "map nets and objects", sdisable, 0, 0) Index: trunk/src_plugins/lib_hid_common/lib_hid_common.pup =================================================================== --- trunk/src_plugins/lib_hid_common/lib_hid_common.pup (revision 29646) +++ trunk/src_plugins/lib_hid_common/lib_hid_common.pup (revision 29647) @@ -3,4 +3,5 @@ $long hidlib common helper functions for non-PCB GUI $state works $package lib-gui +$hidlib 1 default disable-all