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
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to