summaryrefslogtreecommitdiff
path: root/evolution-calendar.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* Convert from autotools to CMakeMilan Crha2016-10-101-9/+5
|
* Drop support for gtk+-2.0.Matthew Barnes2011-01-251-1/+1
|
* Use the correct evolution-shell pkg-config file.Matthew Barnes2010-06-291-1/+1
| | | | | | evolution-mail-3.0 and evolution-calendar-3.0 should require evolution-shell-3.0. evolution-mail and evolution-calendar should require evolution-shell.
* Remove libgnomecanvas-2.0 from pkg-config files.Matthew Barnes2010-06-151-1/+1
|
* Stub in pkg-config files for mail and calendar.Matthew Barnes2009-09-181-0/+17
| | | | | The requirements list needs fleshed out but I thought we could just add things as needed, especially for Anjal.
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-17/+0
| | | | svn path=/trunk/; revision=23206
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-211-1/+1
| | | | svn path=/trunk/; revision=22965
* Require gal-2.2Dan Winship2003-09-041-1/+1
| | | | | | | | | * camel.pc.in (Requires): * evolution-addressbook.pc.in (Requires): * evolution-calendar.pc.in (Requires): * evolution-shell.pc.in (Requires): Require gal-2.2 svn path=/trunk/; revision=22455
* removed libwombat from the build.Rodrigo Moya2003-06-301-1/+1
| | | | | | | | | | | | | 2003-06-30 Rodrigo Moya <rodrigo@ximian.com> * configure.in: * Makefile.am: removed libwombat from the build. * evolution-calendar.pc.in: removed -lwombat. * libwombat/*: removed unused directory. svn path=/trunk/; revision=21692
* s/GAL_VERSION/GAL_REQUIRED/Rodney Dawes2003-05-221-1/+1
| | | | | | | | | | | 2003-05-22 Rodney Dawes <dobey@ximian.com> * camel.pc.in: * evolution-addressbook.pc.in: * evolution-calendar.pc.in: * evolution-shell.pc.in: s/GAL_VERSION/GAL_REQUIRED/ svn path=/trunk/; revision=21324
* Remove -L${libdir}. (CFlags): s/includedir/privincludedir/Dan Winship2003-02-061-2/+3
| | | | | | | | | | | | * evolution-addressbook.pc.in (Libs): Remove -L${libdir}. (CFlags): s/includedir/privincludedir/ * evolution-calendar.pc.in: Likewise * evolution-shell.pc.in: Likewise. Also change iconsdir to imagesdir svn path=/trunk/; revision=19811
* Use "Evolution", not "evolution", since that becomes the value of theDan Winship2003-01-061-0/+16
* configure.in (AC_INIT): Use "Evolution", not "evolution", since that becomes the value of the PACKAGE variable (privlibdir): parse $VERSION by hand since. EVOLUTION_MAJOR_VERSION, etc aren't defined any more (and trying to pass a variable to AC_INIT won't work). This and the above change fix the problem that privlibdir was being defined as "${libdir}/Evolution/." instead of "${libdir}/evolution/1.3" (GAL_VERSION): AC_SUBST this since it's needed in the .pc files (idldir): define this here rather than in each Makefile.am that needs it. (AC_OUTPUT): Add .pc files * Makefile.am (pkgconfig_DATA): Add pc files. (confexec_DATA): Remove this (fooConf.sh files) (SUBDIRS): Move filter earlier in the build. (I think it was calendar that depends on it now?) (%Conf.sh): Remove this. The .pc files are output by configure.in now. * camel.pc.in, evolution-addressbook.pc.in, evolution-calendar.pc.in, evolution-shell.pc.in: Replace the *Conf.sh files with these. In addition to the basic variables, include camel_providerdir (in camel.pc) and idldir, IDL_INCLUDES and privlibdir (in the others). svn path=/trunk/; revision=19241