features.py
changeset 3874 48d66d3fb3a6
parent 3873 1ec463e4ac10
--- 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'),