hello list,

the current emacs exheres disables XIM without providing an option. this
is inconvenient for the folks who do need an IM.

here is a tiny patch to provide an xim option.
--- emacs.exlib.old	2013-06-23 13:50:41.230663814 +0800
+++ emacs.exlib	2013-06-23 14:43:18.528192163 +0800
@@ -23,8 +23,8 @@
 LICENCES="GPL-3"
 SLOT="0"
 MYOPTIONS="
-    X alsa dbus freetype gif gpm gtk gtk3 otf svg tiff tiff xpm
-    ( freetype gif gtk gtk3 otf svg tiff xpm ) [[ requires = X ]]
+    X alsa dbus freetype gif gpm gtk gtk3 otf svg tiff tiff xpm xim
+    ( freetype gif gtk gtk3 otf svg tiff xpm xim ) [[ requires = X ]]
     ( gtk gtk3 ) [[ number-selected = at-most-one ]]
     gconf [[
         description = [ Allows emacs to determine the system font ]
@@ -105,7 +105,6 @@
         --without-kerberos5
         --without-m17n-flt
         --without-selinux
-        --without-xim
     )
 
     config_withs=(
@@ -114,7 +113,7 @@
         'freetype xft'
         'otf libotf'
         'svg rsvg'
-        'dbus' 'gconf' 'gif' 'gpm' 'tiff' 'xpm'
+        'dbus' 'gconf' 'gif' 'gpm' 'tiff' 'xpm' 'xim'
     )
 
     local toolkit=no
_______________________________________________
Exherbo-dev mailing list
[email protected]
http://lists.exherbo.org/mailman/listinfo/exherbo-dev

Reply via email to