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
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.