sorry vtorri :( put back in. dso fix is right due to dbus.h include.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 18 Aug 2010 01:25:53 +0000 (01:25 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 18 Aug 2010 01:25:53 +0000 (01:25 +0000)
see email! :)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@51269 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac
edbus.pc.in

index cd8548b..9fd8ac7 100644 (file)
@@ -137,6 +137,9 @@ EFL_CHECK_DOXYGEN([build_doc="yes"], [build_doc="no"])
 
 ### Checks for libraries
 
+PKG_CHECK_MODULES([DBUS], [dbus-1 >= 0.62])
+AC_SUBST(DBUS_LIBS)
+
 PKG_CHECK_MODULES([EDBUS], [ecore >= 1.0.0 eina >= 1.0.0 dbus-1 >= 0.62])
 
 # Find out the version of DBUS we're using
index f52d330..6fb35f3 100644 (file)
@@ -7,5 +7,5 @@ Name: edbus
 Description: DBus convenience library
 @pkgconfig_requires_private@: @requirement_edbus@
 Version: @VERSION@
-Libs: -L${libdir} -ledbus
+Libs: -L${libdir} -ledbus @DBUS_LIBS@
 Cflags: -I${includedir}/e_dbus-@VMAJ@