Hi,

as libpowersave uses symbols from liblazy, it should link against this library. I also added lazy to Requires.private to the pkg-config file.

Cheers,
Michael
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff --git a/libpower/Makefile.am b/libpower/Makefile.am
index c38c0bc..57c9f72 100644
--- a/libpower/Makefile.am
+++ b/libpower/Makefile.am
@@ -17,7 +17,7 @@ libpowersave_la_SOURCES = powerlib.c  \
 			  powerlib_local.h  \
 			  debug.c
 libpowersave_la_LDFLAGS = -version-info 11:0:0
-libpowersave_la_LIBADD =  -lm
+libpowersave_la_LIBADD =  -lm $(LIBLAZY_LIBS)
 
 
 pkgconfigdir = $(libdir)/pkgconfig
diff --git a/libpower/powersave.pc.in b/libpower/powersave.pc.in
index 854af18..35c833d 100644
--- a/libpower/powersave.pc.in
+++ b/libpower/powersave.pc.in
@@ -6,7 +6,7 @@ [EMAIL PROTECTED]@
 Name: powersave
 Description: power management library
 Version: @VERSION@
-Requires.private: dbus-1
+Requires.private: dbus-1 lazy
 
 Libs: -L${libdir} -lpowersave
 Cflags: -I${includedir}

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
powersave-devel mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/powersave-devel

Reply via email to