[PATCH modular] Add xlocale-config module

Ran Benita ran234 at gmail.com
Sun Sep 14 13:46:39 PDT 2014


Signed-off-by: Ran Benita <ran234 at gmail.com>
---
 build.sh     |  1 +
 xorg.modules | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diff --git a/build.sh b/build.sh
index 6eac65d..7b41112 100755
--- a/build.sh
+++ b/build.sh
@@ -1022,6 +1022,7 @@ build_all_modules() {
     build xcb util-keysyms
     build xcb util-renderutil
     build xcb util-wm
+    build data xlocale-config
     build lib libX11
     build lib libXext
     case $HOST_OS in
diff --git a/xorg.modules b/xorg.modules
index 7216192..fa45cbc 100644
--- a/xorg.modules
+++ b/xorg.modules
@@ -692,6 +692,7 @@ <autotools id="libX11">
       <dep package="xf86bigfontproto"/>
       <dep package="libxcb"/>
       <dep package="libxtrans"/>
+      <dep package="xlocale-config"/>
     </dependencies>
     <suggests>
       <dep package="xorg-sgml-doctools"/>
@@ -3270,6 +3271,18 @@ <autotools id="xkeyboard-config">
     </suggests>
   </autotools>
 
+  <!-- X locale configuration data -->
+  <autotools id="xlocale-config">
+    <branch module="xorg/data/xlocale-config"
+            checkoutdir="xorg/data/xlocale-config"/>
+    <dependencies>
+      <dep package="util-macros"/>
+    </dependencies>
+    <suggests>
+      <dep package="xorg-sgml-doctools"/>
+    </suggests>
+  </autotools>
+
   <!--  XCB (X protocol C-language Binding)  Modules Defintion -->
   <autotools id="xcb-pthread-stubs">
     <branch module="xcb/pthread-stubs"
-- 
2.1.0



More information about the xorg-devel mailing list