Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 25665) +++ trunk/scconfig/Rev.h (revision 25666) @@ -1 +1 @@ -static const int myrev = 25664; +static const int myrev = 25666; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 25665) +++ trunk/scconfig/Rev.tab (revision 25666) @@ -1,3 +1,4 @@ +25666 configure hidlib: make gtk2-gl part of the hidlib 25664 configure remove the gtk-only, old library window 25652 configure lib_hid_common: internal conf image for the file selection dialog upgrade 25634 configure infra for an stl export plugin Index: trunk/scconfig/plugins.h =================================================================== --- trunk/scconfig/plugins.h (revision 25665) +++ trunk/scconfig/plugins.h (revision 25666) @@ -149,9 +149,9 @@ plugin_dep("fp_wget", "fp_fs", 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", 0) -plugin_dep("hid_gtk2_gl", "lib_gtk_hid", 0) -plugin_dep("hid_gtk2_gl", "lib_hid_gl", 0) +plugin_dep("hid_gtk2_gl", "lib_gtk_common", 01) +plugin_dep("hid_gtk2_gl", "lib_gtk_hid", 01) +plugin_dep("hid_gtk2_gl", "lib_hid_gl", 01) plugin_dep("hid_gtk3_cairo", "lib_gtk_common", 0) plugin_dep("hid_gtk3_cairo", "lib_gtk_hid", 0) plugin_dep("hid_lesstif", "lib_hid_common", 0) Index: trunk/src_plugins/hid_gtk2_gl/hid_gtk2_gl.pup =================================================================== --- trunk/src_plugins/hid_gtk2_gl/hid_gtk2_gl.pup (revision 25665) +++ trunk/src_plugins/hid_gtk2_gl/hid_gtk2_gl.pup (revision 25666) @@ -3,6 +3,7 @@ $long GUI: GTK2 with opengl rendering $state works $package hid-gtk2-gl +$hidlib 1 default buildin dep lib_gtk_common dep lib_gtk_hid