[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/dnssd
From:       Allen Winter <winter () kde ! org>
Date:       2007-12-12 19:45:03
Message-ID: 1197488703.196386.16203.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 747706 by winterz:

provide log messages for Avahi and DNSSD discovery.


 M  +3 -1      CMakeLists.txt  


--- trunk/KDE/kdelibs/dnssd/CMakeLists.txt #747705:747706
@@ -1,6 +1,7 @@
 project(dnssd)
 macro_optional_find_package(Avahi)
 macro_bool_to_01(AVAHI_FOUND HAVE_AVAHI)
+macro_log_feature(AVAHI_FOUND "Avahi" "For Linux and BSDs: a system which \
facilitates service discovery on a local network, based on the Zeroconf standard" \
"http://avahi.org" FALSE "" "Enables KDE applications access to multicast DNS/DNS-SD \
service discovery.")  
 include_directories( ${KDE4_KDEUI_INCLUDES} )
 set(kdnssd_LIB_SRCS    servicebase.cpp )
@@ -25,7 +26,8 @@
 
 macro_optional_find_package(DNSSD)
 macro_bool_to_01(DNSSD_FOUND HAVE_DNSSD)
-    
+macro_log_feature(DNSSD_FOUND "DNSSD" "For MacOS and platforms without Avahi: A \
system which facilitates service discovery on a local network, based on the Zeroconf \
standard" "http://www.zeroconf.org"  FALSE "" "Enables KDE applications access to \
multicast DNS/DNS-SD service discovery.") +
 if (HAVE_DNSSD)
   include_directories( ${DNSSD_INCLUDE_DIR} )
   set(kdnssd_LIB_SRCS ${kdnssd_LIB_SRCS}


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic