summaryrefslogtreecommitdiff
path: root/libcroco.pc.in
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gnome.org>2004-01-24 19:24:08 +0000
committerDodji Seketeli <dodji@src.gnome.org>2004-01-24 19:24:08 +0000
commitd058779c836ec6ac56721581dd44d1dd91d3206c (patch)
treef371ad9e5150f3526edd528e44f990e9d060014c /libcroco.pc.in
parenta97a943a32d37e1c92aa93e861a28d96f84f2163 (diff)
downloadlibcroco-d058779c836ec6ac56721581dd44d1dd91d3206c.tar.gz
separated the library into two projects. Libcroco is now the combination
2004-01-24 Dodji Seketeli <dodji@gnome.org> * all: separated the library into two projects. Libcroco is now the combination of the parser and the selection engine. A new project is born: sewfox. It is basically the xml rendering/layout engine. Libcroco now needs libxml2 and glib only. Sewfox need libgnomecanvas2.
Diffstat (limited to 'libcroco.pc.in')
-rw-r--r--libcroco.pc.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/libcroco.pc.in b/libcroco.pc.in
index e161ed7..8a94fba 100644
--- a/libcroco.pc.in
+++ b/libcroco.pc.in
@@ -5,7 +5,8 @@ includedir=@includedir@
Name: libcroco
Version: @VERSION@
-Description: a CSS2 Parsing Library in C.
-Requires: glib-2.0 @REQUIRE_LIBXML2@
+Description: a CSS2 Parsing and manipulation Library in C.
+Requires: glib-2.0 libxml-2.0
Libs: @CROCO_LIBS@
-Cflags: @CROCO_CFLAGS@ \ No newline at end of file
+Cflags: @CROCO_CFLAGS@
+