diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-12-17 03:03:25 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:25 +0800 |
commit | 968717967398ab7e537aa27d3241b326447a180f (patch) | |
tree | 5c65896733d06c2643f96f0ddb68e512f99cc5e2 /evolution-calendar.pc.in | |
parent | 5b171af4104e08d76c2e00e2011c1fcb5098fad0 (diff) | |
download | gsoc2013-evolution-968717967398ab7e537aa27d3241b326447a180f.tar.gz gsoc2013-evolution-968717967398ab7e537aa27d3241b326447a180f.tar.zst gsoc2013-evolution-968717967398ab7e537aa27d3241b326447a180f.zip |
Drop support for gtk+-2.0.
Diffstat (limited to 'evolution-calendar.pc.in')
-rw-r--r-- | evolution-calendar.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evolution-calendar.pc.in b/evolution-calendar.pc.in index fdd852a678..81f11798cd 100644 --- a/evolution-calendar.pc.in +++ b/evolution-calendar.pc.in @@ -12,6 +12,6 @@ privincludedir=@privincludedir@ Name: Evolution Calendar Description: Calendar utilities for Evolution Version: @VERSION@ -Requires: @EVOLUTION_SHELL@ +Requires: evolution-shell-3.0 Libs: -L${privlibdir} -levolution-calendar Cflags: -I${privincludedir} |