From 1881013b5cfdb1f57f3b039bc159659d40260814 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Mon, 1 Jun 2009 22:06:23 -0400 Subject: gudev: Fix up pkgconfig file so things actually work --- gudev/gudev-1.0.pc.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gudev/gudev-1.0.pc.in b/gudev/gudev-1.0.pc.in index e81e72c..7c98e5e 100644 --- a/gudev/gudev-1.0.pc.in +++ b/gudev/gudev-1.0.pc.in @@ -6,5 +6,6 @@ includedir=@includedir@ Name: gudev-1.0 Description: GObject bindings for libudev Version: @LIBGUDEV_VERSION@ -Libs: -L${libdir} -lgudev -Cflags: -I${includedir}/gudev +Requires: glib-2.0, gobject-2.0 +Libs: -L${libdir} -lgudev-1.0 +Cflags: -I${includedir}/gudev-1.0 -- cgit