There still left some references to GtkHTML in the "active code", which should be dropped. There still can be found couple "GtkHTML" strings in the code, but mostly in disabled code or comments only. These are to be fixed separately.
25 lines
636 B
PkgConfig
25 lines
636 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
libexecdir=@libexecdir@
|
|
includedir=@includedir@
|
|
datarootdir=@datarootdir@
|
|
datadir=@datadir@
|
|
|
|
privlibdir=@privsolibdir@
|
|
privlibexecdir=@privlibexecdir@
|
|
privincludedir=@privincludedir@
|
|
errordir=@privdatadir@/errors
|
|
moduledir=@moduledir@
|
|
imagesdir=@imagesdir@
|
|
|
|
execversion=@BASE_VERSION@
|
|
|
|
Name: evolution-shell
|
|
Description: libraries needed for Evolution shell components
|
|
Version: @VERSION@
|
|
Requires: gtk+-3.0 libebackend-1.2 webkitgtk-3.0
|
|
Requires.private: gnome-desktop-3.0
|
|
Libs: -L${privlibdir} -levolution-shell -levolution-util -Wl,-R${privlibdir}
|
|
Cflags: -I${privincludedir}
|