Hi Abhimanyu, *,<br><br>On Monday, July 22, 2013, abhimanyu shegokar  wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">
Thanks for your detailed explanation but i am looking for libraries like gtk which are used for graphics. Can you enlist them?</p></blockquote><div>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.</div>
<div><br></div><div>And just grep for PKG_CHECK_MODULES in <a href="http://configure.ac">configure.ac</a> - 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:</div>
<div><br></div><div><div>        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]))</div>
<div>        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]))</div></div><div><br></div><div>HTH,</div><div>ciao</div>
<div>Christian</div>