diff -r 1ec463e4ac10 -r 48d66d3fb3a6 features.py --- a/features.py Wed Nov 22 19:47:08 2023 +0100 +++ b/features.py Wed Nov 22 19:48:55 2023 +0100 @@ -12,7 +12,7 @@ ('Native', 'NativeLib.NativeLibrary', True), ('Python', 'py_ext.PythonLibrary', True), # FIXME ('Etherlab', 'etherlab.EthercatMaster.EtherlabLibrary', False), - ('SVGHMI', 'svghmi.SVGHMILibrary', False)] + ('SVGHMI', 'svghmi.SVGHMILibrary', 'svghmi')] catalog = [ ('opcua', _('OPC-UA client'), _('Map OPC-UA server as located variables'), 'opc_ua.OPCUAClient'),