summaryrefslogtreecommitdiff
path: root/packages/tcltk/files
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-09-24 22:25:03 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-24 22:25:03 +0000
commit68d6601e8f93243347b58324ce3d4f02eb3a84a9 (patch)
tree5a1616ab78d107b6efa1e11e38c396cf49d2b2aa /packages/tcltk/files
parentd2cb8a9d0bce3bf4447c21a3445262dad5b4800b (diff)
add tcl (tool command language) and the tk (toolkit) extension
Diffstat (limited to 'packages/tcltk/files')
-rw-r--r--packages/tcltk/files/.mtn2git_empty0
-rw-r--r--packages/tcltk/files/disable-xim.patch20
2 files changed, 20 insertions, 0 deletions
diff --git a/packages/tcltk/files/.mtn2git_empty b/packages/tcltk/files/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/tcltk/files/.mtn2git_empty
diff --git a/packages/tcltk/files/disable-xim.patch b/packages/tcltk/files/disable-xim.patch
new file mode 100644
index 0000000000..bc11d3bbe9
--- /dev/null
+++ b/packages/tcltk/files/disable-xim.patch
@@ -0,0 +1,20 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- ../generic/tk.h~disable-xim
++++ ../generic/tk.h
+@@ -109,9 +109,9 @@
+ * Decide whether or not to use input methods.
+ */
+
+-#ifdef XNQueryInputStyle
+-#define TK_USE_INPUT_METHODS
+-#endif
++//#ifdef XNQueryInputStyle
++#undef TK_USE_INPUT_METHODS
++//#endif
+
+ /*
+ * Dummy types that are used by clients: