Gui or ux libraries used

Christian Lohmaier lohmaier+libreoffice at googlemail.com
Tue Jul 23 03:12:14 PDT 2013


Hi Abhimanyu, *,

On Monday, July 22, 2013, abhimanyu shegokar wrote:
>
> Thanks for your detailed explanation but i am looking for libraries like
> gtk which are used for graphics. Can you enlist them?
>
gtk and many other stuff is optional - if you disable it, you'll get a
slightly ugly LO that doesn't integrate that well into your desktop, but
still works.

And just grep for PKG_CHECK_MODULES in configure.ac - that will give you
the stuff that LO *can* use (but not necessarily is a hard requirement),
for example for the gtk-plugin there's this:

        PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4 gdk-pixbuf-xlib-2.0 >= 2.2
,,AC_MSG_ERROR([requirements to build the gtk-plugin not met. Use
--disable-gtk or install the missing packages]))
        PKG_CHECK_MODULES(GTHREAD, gthread-2.0,,AC_MSG_ERROR([requirements
to build the gtk-plugin not met. Use --disable-gtk or install the missing
packages]))

HTH,
ciao
Christian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20130723/e82b8b1e/attachment.html>


More information about the LibreOffice mailing list