Do not build skype if it's not found

This commit is contained in:
Jan Kaluza 2012-02-16 11:13:13 +01:00
parent 2442a31dfd
commit 6dd874964a

View file

@ -11,7 +11,9 @@ if (PROTOBUF_FOUND)
if (NOT WIN32)
ADD_SUBDIRECTORY(frotz)
ADD_SUBDIRECTORY(skype)
if (${LIBDBUSGLIB_FOUND})
ADD_SUBDIRECTORY(skype)
endif()
endif()
endif()