diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-09-24 22:25:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-24 22:25:03 +0000 |
commit | 68d6601e8f93243347b58324ce3d4f02eb3a84a9 (patch) | |
tree | 5a1616ab78d107b6efa1e11e38c396cf49d2b2aa /packages/tcltk/files | |
parent | d2cb8a9d0bce3bf4447c21a3445262dad5b4800b (diff) |
add tcl (tool command language) and the tk (toolkit) extension
Diffstat (limited to 'packages/tcltk/files')
-rw-r--r-- | packages/tcltk/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/tcltk/files/disable-xim.patch | 20 |
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: |