aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--libowl/libowl.pc.in3
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c24563..d64cef8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-07 Ross Burton <ross@openedhand.com>
+
+ * libowl/libowl.pc.in:
+ Fix dependencies.
+
2008-02-07 Chris Lord <chris@openedhand.com>
* configure.ac:
diff --git a/libowl/libowl.pc.in b/libowl/libowl.pc.in
index 281ac38..c0dcf41 100644
--- a/libowl/libowl.pc.in
+++ b/libowl/libowl.pc.in
@@ -5,8 +5,7 @@ includedir=@includedir@
Name: libowl
Description: OpenedHand Widgets Library
-Requires: gobject-2.0
+Requires: gtk+-2.0
Version: @VERSION@
Libs: -L${libdir} -lowl
Cflags: -I${includedir}/libowl
-