------------------------------------------------------------ revno: 139 committer: Aurelien Gateau <[email protected]> branch nick: plasma-widget-message-indicator timestamp: Tue 2011-02-08 14:20:32 +0100 message: Check for the new libindicate modified: CMakeLists.txt
-- lp:plasma-widget-message-indicator https://code.launchpad.net/~agateau/plasma-widget-message-indicator/trunk Your team ayatana-commits is subscribed to branch lp:plasma-widget-message-indicator. To unsubscribe from this branch go to https://code.launchpad.net/~agateau/plasma-widget-message-indicator/trunk/+edit-subscription
=== modified file 'CMakeLists.txt' --- CMakeLists.txt 2010-09-09 10:47:58 +0000 +++ CMakeLists.txt 2011-02-08 13:20:32 +0000 @@ -6,7 +6,7 @@ find_package(KDE4 4.4 REQUIRED) include(KDE4Defaults) find_package(PkgConfig REQUIRED) -pkg_check_modules(INDICATE REQUIRED indicate>=0.2.1) +pkg_check_modules(INDICATE REQUIRED indicate-0.5) pkg_check_modules(INDICATEQT REQUIRED indicate-qt>=0.2.5) pkg_check_modules(DBUSMENUQT REQUIRED dbusmenu-qt>=0.3.0)
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-commits Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-commits More help : https://help.launchpad.net/ListHelp

