From 8a8fc2d746b95e3ed3ee1e022fd6e5a1e9b5d63d Mon Sep 17 00:00:00 2001 From: Richard Schwarting Date: Sat, 6 Oct 2012 16:57:53 -0400 Subject: [PATCH] * add missing requires in .pc --- gxml/gxml.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gxml/gxml.pc.in b/gxml/gxml.pc.in index 5ff94369..82382958 100644 --- a/gxml/gxml.pc.in +++ b/gxml/gxml.pc.in @@ -9,6 +9,6 @@ Name: libgxml Description: GObject API for XML manipulation library URL: http://live.gnome.org/XML Version: @VERSION@ -Requires: +Requires: glib-2.0 gee-0.8 libxml-2.0 Libs: -L${libdir} -lgxml Cflags: -I${includedir} -- GitLab