diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-03-29 19:04:01 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-03-29 19:04:01 +0800 |
commit | a0319179c74d5c58af5d68cf51ae535ac0317e26 (patch) | |
tree | 98094ce6e025e162716702994569dea7a1c0c639 /evolution-shell.pc.in | |
parent | 954b3f1cc496f469ce0472db87caafccbfa947da (diff) | |
download | gsoc2013-evolution-a0319179c74d5c58af5d68cf51ae535ac0317e26.tar.gz gsoc2013-evolution-a0319179c74d5c58af5d68cf51ae535ac0317e26.tar.zst gsoc2013-evolution-a0319179c74d5c58af5d68cf51ae535ac0317e26.zip |
Bug #673013 - Doesn't expose webkit Cflags/Libs
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.
Diffstat (limited to 'evolution-shell.pc.in')
-rw-r--r-- | evolution-shell.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evolution-shell.pc.in b/evolution-shell.pc.in index bdcc1cf638..74a88d5708 100644 --- a/evolution-shell.pc.in +++ b/evolution-shell.pc.in @@ -17,7 +17,7 @@ execversion=@BASE_VERSION@ Name: evolution-shell Description: libraries needed for Evolution shell components Version: @VERSION@ -Requires: gtk+-3.0 gconf-2.0 libedataserverui-3.0 +Requires: gtk+-3.0 gconf-2.0 libedataserverui-3.0 webkitgtk-3.0 Requires.private: gnome-desktop-3.0 Libs: -L${privlibdir} -leshell -Wl,-R${privlibdir} Cflags: -I${privincludedir} |