summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorVitezslav Crhonek <vcrhonek@redhat.com>2014-06-04 11:32:33 +0200
committerVitezslav Crhonek <vcrhonek@redhat.com>2014-06-04 11:32:33 +0200
commited6b657bd768704f54e235b09b22b921c05dc8db (patch)
treecd9289d2c246e8c3a797393aad4c0ff06fed8ef6 /README
parentb904d5b9bf5f988ec46d1014b591fa553f3db752 (diff)
downloadopenlmi-providers-ed6b657bd768704f54e235b09b22b921c05dc8db.tar.gz
openlmi-providers-ed6b657bd768704f54e235b09b22b921c05dc8db.tar.xz
openlmi-providers-ed6b657bd768704f54e235b09b22b921c05dc8db.zip
New provider: Locale
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 *