diff options
-rw-r--r-- | evolution-plugin.pc.in | 2 | ||||
-rw-r--r-- | evolution-shell.pc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/evolution-plugin.pc.in b/evolution-plugin.pc.in index 6dc235c735..2f7c48bee4 100644 --- a/evolution-plugin.pc.in +++ b/evolution-plugin.pc.in @@ -15,6 +15,6 @@ errordir=@privdatadir@/errors Name: evolution-plugin Description: libraries needed for Evolution plugin development Version: @VERSION@ -Requires: camel-provider-1.2 libxml-2.0 unique-3.0 libgtkhtml-4.0 gtkhtml-editor-4.0 +Requires: camel-provider-1.2 libxml-2.0 libgtkhtml-4.0 gtkhtml-editor-4.0 Libs: -L${privlibdir} -leutil -Wl,-R${privlibdir} Cflags: -I${privincludedir} diff --git a/evolution-shell.pc.in b/evolution-shell.pc.in index f143b4c3aa..2fe98a0468 100644 --- a/evolution-shell.pc.in +++ b/evolution-shell.pc.in @@ -17,6 +17,6 @@ execversion=@BASE_VERSION@ Name: evolution-shell Description: libraries needed for Evolution shell components Version: @VERSION@ -Requires: gtk+-3.0 gconf-2.0 gnome-desktop-3.0 libedataserverui-3.0 unique-3.0 +Requires: gtk+-3.0 gconf-2.0 gnome-desktop-3.0 libedataserverui-3.0 Libs: -L${privlibdir} -leshell -Wl,-R${privlibdir} Cflags: -I${privincludedir} |