Files
evolution/evolution-shell.pc.in
Milan Crha ea77fcd9ba Return RPATH linker flags back to evolution-shell.pc.in
It's required for consumers of the private evolution libraries, whom do not
link into the same folder or which use those libraries in other than the evolution
only (like evolution-activesync).
2016-11-09 15:41:52 +01:00

24 lines
715 B
PkgConfig

prefix=@CMAKE_INSTALL_PREFIX@
libdir=@LIB_INSTALL_DIR@
libexecdir=@LIBEXEC_INSTALL_DIR@
includedir=@INCLUDE_INSTALL_DIR@
datarootdir=@SHARE_INSTALL_PREFIX@
datadir=@SHARE_INSTALL_PREFIX@
privlibdir=@privsolibdir@
privlibexecdir=@privlibexecdir@
privincludedir=@privincludedir@
errordir=@errordir@
moduledir=@moduledir@
imagesdir=@imagesdir@
execversion=@BASE_VERSION@
Name: evolution-shell
Description: libraries needed for Evolution shell components
Version: @PROJECT_VERSION@
Requires: gtk+-3.0 libebackend-1.2 libedataserver-1.2 libedataserverui-1.2 webkit2gtk-4.0
@shell_private_requirements@
Libs: -L${privlibdir} -levolution-shell -levolution-util@shell_privlibdir_rpath_flags@
Cflags: -I${privincludedir}