Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > bd46864d5a3de7cc75f586170a2f0f37 > files > 2

packagekit-qt-0.1-1mdv2009.0.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
 )