Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (47a90f0ceb85c7d690a86fdc9db15021195ba04f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (47a90f0ceb85c7d690a86fdc9db15021195ba04f)
  • Date: Fri, 22 Nov 2013 19:23:23 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

xorg-lib/libx11/CONFIGURE | 12 +++++++-----
xorg-lib/libx11/HISTORY | 3 +++
2 files changed, 10 insertions(+), 5 deletions(-)

New commits:
commit 47a90f0ceb85c7d690a86fdc9db15021195ba04f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libx11: Disable i18n option, breaks XIM + UTF-8

diff --git a/xorg-lib/libx11/CONFIGURE b/xorg-lib/libx11/CONFIGURE
index f7eb220..a2b8bc4 100755
--- a/xorg-lib/libx11/CONFIGURE
+++ b/xorg-lib/libx11/CONFIGURE
@@ -4,11 +4,13 @@ config_query_option LIBX11_OPTS
\
"--enable-secure-rpc" \
"--disable-secure-rpc" &&

-config_query_option LIBX11_OPTS \
- "Enable loadable i18n module support?" \
- n \
- "--enable-loadable-i18n" \
- "--disable-loadable-i18n" &&
+# NOTE: Loadable i18n support breaks XIM on UTF-8 locales
+list_add LIBX11_OPTS --disable-loadable-i18n
+#config_query_option LIBX11_OPTS \
+# "Enable loadable i18n module support?" \
+# n \
+# "--enable-loadable-i18n" \
+# "--disable-loadable-i18n" &&

config_query_option LIBX11_OPTS \
"Enable loadable xcursor library support?" \
diff --git a/xorg-lib/libx11/HISTORY b/xorg-lib/libx11/HISTORY
index 1519345..6712982 100644
--- a/xorg-lib/libx11/HISTORY
+++ b/xorg-lib/libx11/HISTORY
@@ -1,3 +1,6 @@
+2013-11-22 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE: Disable i18n option, breaks XIM + UTF-8
+
2011-03-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4.2




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (47a90f0ceb85c7d690a86fdc9db15021195ba04f), Ismael Luceno, 11/22/2013

Archive powered by MHonArc 2.6.24.

Top of Page