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

List:       kde-commits
Subject:    KDE/kdebase
From:       Daniel Gollub <dgollub () suse ! de>
Date:       2007-04-05 18:15:58
Message-ID: 1175796958.789901.18076.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 650892 by dgollub:

Initial version of solid bluetooth backend BlueZ
Added cmake module to check for BlueZ



 A             cmake/modules/FindBlueZ.cmake  
 M  +7 -0      runtime/solid/CMakeLists.txt  
 A             runtime/solid/bluez (directory)  
 A             runtime/solid/bluez/CMakeLists.txt  
 A             runtime/solid/bluez/bluez-bluetoothinputdevice.cpp   [License: LGPL \
(v2)]  A             runtime/solid/bluez/bluez-bluetoothinputdevice.h   [License: \
LGPL (v2)]  A             runtime/solid/bluez/bluez-bluetoothinterface.cpp   \
[License: LGPL (v2)]  A             runtime/solid/bluez/bluez-bluetoothinterface.h   \
[License: LGPL (v2)]  A             runtime/solid/bluez/bluez-bluetoothmanager.cpp   \
[License: LGPL (v2)]  A             runtime/solid/bluez/bluez-bluetoothmanager.h   \
[License: LGPL (v2)]  A             \
runtime/solid/bluez/bluez-bluetoothremotedevice.cpp   [License: LGPL (v2)]  A         \
runtime/solid/bluez/bluez-bluetoothremotedevice.h   [License: LGPL (v2)]  A           \
runtime/solid/bluez/bluezcalljob.cpp   [License: LGPL (v2)]  A             \
runtime/solid/bluez/bluezcalljob.h   [License: LGPL (v2)]  A             \
runtime/solid/bluez/module.cpp   [License: LGPL (v2)]  A             \
runtime/solid/bluez/solid_bluez.desktop    A             runtime/solid/bluez/tests \
(directory)    A             runtime/solid/bluez/tests/CMakeLists.txt  
 A             runtime/solid/bluez/tests/blueztest.cpp   [License: no copyright]


--- trunk/KDE/kdebase/runtime/solid/CMakeLists.txt #650891:650892
@@ -1,7 +1,14 @@
 macro_optional_find_package(NetworkManager)
 macro_log_feature(NETWORKMANAGER_FOUND "NetworkManager" "NetworkManager is a daemon \
for user controlled networking" "http://www.gnome.org/projects/NetworkManager") +
+macro_optional_find_package(BlueZ)
+macro_log_feature(BLUEZ_FOUND "BlueZ" "BlueZ is the linux bluetooth subsystem" \
"http://www.bluez.org") +
 add_subdirectory( solidshell )
 add_subdirectory( hal )
 if (NETWORKMANAGER_FOUND)
 	add_subdirectory( networkmanager )
 endif (NETWORKMANAGER_FOUND)
+if (BLUEZ_FOUND)
+	add_subdirectory( bluez )
+endif (BLUEZ_FOUND)


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

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