Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 16962fe613e30e467fa8f0d018e51e78 > files > 1

packagekit-qt-0.3.1-1mdv2009.1.src.rpm

--- lib/CMakeLists.txt.underlink	2008-07-07 05:44:12.000000000 +0200
+++ lib/CMakeLists.txt	2008-07-13 15:52:22.000000000 +0200
@@ -13,6 +13,7 @@
 
 include(FindPkgConfig)
 pkg_check_modules(POLKIT polkit-dbus)
+pkg_check_modules(DBUS dbus-1)
 
 include_directories(
   ${QT_INCLUDES}
@@ -53,6 +54,8 @@
 
 target_link_libraries(packagekit-qt
   ${QT_QTCORE_LIBRARY}
+  ${QT_QTDBUS_LIBRARY}
+  ${DBUS_LIBRARIES}
   polkit-dbus
 )