aboutsummaryrefslogtreecommitdiffstats
path: root/evolution-plugin.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-281-1/+1
| | | | | | To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-util.
* Bug #673013 - Doesn't expose webkit Cflags/LibsDan Vrátil2012-03-291-1/+1
| | | | | | Fixes #includes in mail/e-mail-display.h and adds webkitgtk-3.0 as dependency to some pkgconfig files. This prevented external modules like evo-gw to compile against Evolution.
* Adapt to camel-provider-1.2.pc going away.Matthew Barnes2011-09-281-1/+1
|
* Do not require unique-3.0 in .pc filesMilan Crha2011-04-221-1/+1
|
* Drop support for gtk+-2.0.Matthew Barnes2011-01-251-1/+1
|
* add gtkhtml-editorChenthill Palanisamy2010-06-291-1/+1
|
* remove the duplicate stringChenthill Palanisamy2010-06-291-1/+1
|
* Use version 3.0 for evolution-<module>.pc files while compiling with gtk3. ↵Chenthill Palanisamy2010-06-291-1/+1
| | | | Set dependencies right between gtk3 and gtk2 compilations
* Remove libgnomecanvas-2.0 from pkg-config files.Matthew Barnes2010-06-161-1/+1
|
* Bug #456240 - Move exchange plugin to exchange packageMilan Crha2009-10-021-1/+1
| | | | Also added gtkhtml-editor and libgnomecanvas-2.0 to evolution-plugin.pc
* Goodbye libgnome and libgnomeui!!Matthew Barnes2009-09-191-1/+1
|
* Bug #587011 - Add more requirements to evolution-plugin.pc.inMilan Crha2009-09-181-1/+1
|
* Drop libbonoboui from configure.ac and pkg-config files.Matthew Barnes2009-08-301-1/+1
|
* Require libxml-2.0.Matthew Barnes2007-04-041-1/+1
| | | | | | | | | 2007-04-03 Matthew Barnes <mbarnes@redhat.com> * evolution-plugin.pc.in: Require libxml-2.0. svn path=/trunk/; revision=33378
* Include rpath in libs specified. Fixes #350385. (Patch submitted byHarish Krishnaswamy2006-08-191-1/+1
| | | | | | | | | | 2006-08-19 Harish Krishnaswamy <kharish@novell.com> * evolution-plugin.pc.in, evolution-shell.pc.in: Include rpath in libs specified. Fixes #350385. (Patch submitted by Øystein Gisnås) svn path=/trunk/; revision=32589
* defined @datarootdir@. Patch submitted by Frederic Peters.Harish Krishnaswamy2006-07-101-0/+1
| | | | | | | | | | | | | 2006-07-10 Harish Krishnaswamy <kharish@novell.com> * evolution-shell.pc.in: defined @datarootdir@. Patch submitted by Frederic Peters. * evolution-plugin.pc.in : Similar change. Fixes #345083. svn path=/trunk/; revision=32271
* evolution-plugin.pc.in Use @privsolibdir@ to set privlibdir.Tor Lillqvist2005-12-171-1/+1
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * evolution-plugin.pc.in * evolution-shell.pc.in: Use @privsolibdir@ to set privlibdir. svn path=/trunk/; revision=30794
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-06-17 Kaushal Kumar <kakumar@novell.com> * Retired GAL from Head. The relevant files have moved inside evolution. Thanks to JP Rosevear for performing the cvs surgery. The files have been moved in the following order. evolution/e-util <- gal/gal/util evolution/a11y <- gal/gal/a11y evolution/a11y/e-table <- gal/gal/a11y/e-table evolution/a11y/e-text <- gal/gal/a11y/e-text evolution/widgets/table <- gal/gal/e-table evolution/widgets/text <- gal/gal/e-text evolution/widgets/misc <- gal/gal/widgets evolution/widgets/misc/pixmaps <- gal/gal/widgets/pixmaps evolution/widgets/menus <- gal/gal/menus Following is the summary of changes done to fix the build:- - New files added to cvs repository, - a11y/e-table/Makefile.am - a11y/e-text/Makefile.am - widgets/table/Makefile.am - widgets/text/Makefile.am - widgets/misc/pixmaps/Makefile.am - iconv-detect.h - iconv-detect.c - Updated configure.in. - Updated all the relevant Makefile.am files. - Updated the include paths to replace all gal references. - Updated the marshal list to suit gal files requirements. svn path=/trunk/; revision=29522
* use @GAL_PACKAGE@ instead of hardcoding the version. FixesAmish2005-05-041-1/+1
| | | | | | | | | | 2005-05-04 Amish <lists@munshi.biz> * evolution-plugin.pc.in, evolution-shell.pc.in : use @GAL_PACKAGE@ instead of hardcoding the version. Fixes evolution-exchange build issues. svn path=/trunk/; revision=29267
* added evolution-plugin.pc, pkg-config file required for pluginNot Zed2004-12-161-0/+19
2004-12-16 Not Zed <NotZed@Ximian.com> * Makefile.am, configure.in: added evolution-plugin.pc, pkg-config file required for plugin development. svn path=/trunk/; revision=28134