use bundled libyahoo2
This commit is contained in:
parent
59d7d2f5ea
commit
d1a34a7333
1 changed files with 11 additions and 10 deletions
|
@ -214,10 +214,10 @@ set(dbus_DIR "${CMAKE_SOURCE_DIR}/cmake_modules")
|
|||
find_package(dbus)
|
||||
endif()
|
||||
|
||||
if(ENABLE_YAHOO2)
|
||||
set(yahoo2_DIR "${CMAKE_SOURCE_DIR}/cmake_modules")
|
||||
find_package(yahoo2)
|
||||
endif()
|
||||
#if(ENABLE_YAHOO2)
|
||||
# set(yahoo2_DIR "${CMAKE_SOURCE_DIR}/cmake_modules")
|
||||
# find_package(yahoo2)
|
||||
#endif()
|
||||
|
||||
####### Miscallanous ######
|
||||
|
||||
|
@ -390,16 +390,17 @@ if (PROTOBUF_FOUND)
|
|||
message("Skype plugin : no (does not run on Win32)")
|
||||
endif()
|
||||
|
||||
if(YAHOO2_FOUND)
|
||||
message("Libyahoo2 plugin : yes")
|
||||
include_directories(${YAHOO2_INCLUDE_DIR})
|
||||
else()
|
||||
# if(YAHOO2_FOUND)
|
||||
# message("Libyahoo2 plugin : yes")
|
||||
# include_directories(${YAHOO2_INCLUDE_DIR})
|
||||
# else()
|
||||
if(ENABLE_YAHOO2)
|
||||
message("Libyahoo2 plugin : no (install libyahoo2-devel)")
|
||||
set(YAHOO2_FOUND 1)
|
||||
message("Libyahoo2 plugin : yes")
|
||||
else(ENABLE_YAHOO2)
|
||||
message("Libyahoo2 plugin : no (user disabled)")
|
||||
endif()
|
||||
endif()
|
||||
# endif()
|
||||
|
||||
if(ENABLE_SWIFTEN)
|
||||
message("Swiften plugin : yes")
|
||||
|
|
Loading…
Add table
Reference in a new issue