Follow-up Re: OpenOffice and KDE4 Accessiibilty [was: Orca/KDE Integration]
Bill Haneman <[email protected]>
| Newsgroups | gmane.comp.kde.devel.accessibility |
|---|---|
| Message-ID | <[email protected]> |
By the way, I just checked into it and see that the pango dependency was
removed from ATK long ago, so forget that; if any distro is marking ATK
with a pango dependency then it is in error.
Here is the current output of ldd on atk:
ldd libatk-1.0.so
libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x40028000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x40060000)
libc.so.6 => /lib/i686/libc.so.6 (0x400df000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
regards
Bill
>>As I said above, the pango
>>dependency is really quite trivial; a few minutes hacking configure.in
>>and a couple of #ifdefs should produce a binary-compatible libatk
>>without pango which KDE could use.
>>