diff --git a/CMakeLists.txt b/CMakeLists.txt index c01c3072cb14fe9d38477578ad1c37218e79b2b7..9fac75fc99003f0f82f7a171534ff9b6faf2706e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,6 +79,9 @@ set(dbus_DIR "${CMAKE_SOURCE_DIR}/cmake_modules") find_package(dbus) endif() +set(yahoo2_DIR "${CMAKE_SOURCE_DIR}/cmake_modules") +find_package(yahoo2) + find_package(Doxygen) INCLUDE(FindQt4) @@ -191,6 +194,14 @@ else() endif() endif() +# We have our own copy now... +# if(YAHOO2_FOUND) + message("Libyahoo2 plugin : yes") +# include_directories(${YAHOO2_INCLUDE_DIR}) +# else() +# message("Libyahoo2 plugin : no (install libyahoo2-devel)") +# endif() + else() message("Network plugins : no (install libprotobuf-dev)") message("Libpurple plugin : no (install libpurple and libprotobuf-dev)")