From 8ef286020caa10c6c9a99df08725351f705b8b6d Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 7 Sep 2008 09:40:05 +0000 Subject: move *.pc Requires to Requires.private svn path=/trunk/; revision=1425 --- libempathy-gtk/libempathy-gtk.pc.in | 3 ++- libempathy/libempathy.pc.in | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libempathy-gtk/libempathy-gtk.pc.in b/libempathy-gtk/libempathy-gtk.pc.in index c0f48152e..be8378ffa 100644 --- a/libempathy-gtk/libempathy-gtk.pc.in +++ b/libempathy-gtk/libempathy-gtk.pc.in @@ -5,7 +5,8 @@ includedir=@includedir@ Name: libempathy-gtk Description: Empathy interface library -Requires: glib-2.0, gobject-2.0, gtk+-2.0, libglade-2.0, libmissioncontrol, libempathy +Requires: pkg-config >= 0.21 +Requires.private: glib-2.0, gobject-2.0, gtk+-2.0, libglade-2.0, libmissioncontrol, libempathy Version: @VERSION@ Libs: -L${libdir} -lempathy-gtk Cflags: -I${includedir} diff --git a/libempathy/libempathy.pc.in b/libempathy/libempathy.pc.in index f8a5fd330..1da986f9b 100644 --- a/libempathy/libempathy.pc.in +++ b/libempathy/libempathy.pc.in @@ -5,7 +5,8 @@ includedir=@includedir@ Name: libempathy Description: Empathy base library -Requires: glib-2.0, gobject-2.0, libxml-2.0, libmissioncontrol +Requires: pkg-config >= 0.21 +Requires.private: glib-2.0, gobject-2.0, libxml-2.0, libmissioncontrol Version: @VERSION@ Libs: -L${libdir} -lempathy Cflags: -I${includedir} -- cgit v1.2.3