summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 9e7a7ab..084c86c 100644
--- a/README
+++ b/README
@@ -83,6 +83,10 @@ Following providers are part of this sub-project:
This is a CIM interface for the PCP (Performance Co-Pilot) daemon. Allows
reading of PCP metrics on the local host.
+* Locale
+ Locale provider is a CIM interface for systemd-localed. Allows to control
+ system locale variables (LANG, LC_PAPER, ...) and keyboard mapping for
+ virtual console and X11.
*******************************************************************************
* Build Dependencies *
@@ -126,6 +130,9 @@ Provider specific dependencies:
- dbus-devel
* PCP
- python-pcp
+* Locale
+ - glib2-devel 2.26+
+ - systemd 30+ (systemd-localed)
*******************************************************************************
* Compilation and installation *