- Timestamp:
- Nov 26, 2013, 9:38:24 PM (11 years ago)
- Location:
- code/branches/wiimote/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/wiimote/src/SourceConfig.cmake
r9683 r9830 126 126 ${DIRECTX_INCLUDE_DIR} 127 127 ${ZLIB_INCLUDE_DIR} 128 ${BLUETOOTH_INCLUDE_DIR} 128 129 ) 129 130 -
code/branches/wiimote/src/external/wiicpp/wiic/io_nix.c
r9827 r9830 41 41 #include <unistd.h> 42 42 43 /* SANDRO HACK can't get bluetooth to work properly at the moment, will come 44 * back here and fix this very ugly inclusion as soon as I get to grips with 45 * cmake. 46 */ 47 #include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/bluetooth.h" 48 #include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/hci.h" 49 #include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/hci_lib.h" 50 #include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/l2cap.h" 51 //#include "/usr/include/bluetooth/bluetooth.h" 52 //#include "/usr/include/bluetooth/hci.h" 53 //#include "/usr/include/bluetooth/hci_lib.h" 54 //#include "/usr/include/bluetooth/l2cap.h" 43 #include <bluetooth/bluetooth.h> 44 #include <bluetooth/hci.h> 45 #include <bluetooth/hci_lib.h> 46 #include <bluetooth/l2cap.h> 55 47 56 48 #include "definitions.h" -
code/branches/wiimote/src/external/wiicpp/wiic/wiic_internal.h
r9827 r9830 50 50 #ifndef __APPLE__ 51 51 #include <arpa/inet.h> /* htons() */ 52 /* SANDRO HACK can't get bluetooth to work properly at the moment, will come 53 * back here and fix this very ugly inclusion as soon as I get to grips with 54 * cmake. 55 */ 56 // #include <bluetooth.h> 57 // #include "bluetooth/bluetooth.h" 58 #include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/bluetooth.h" 52 #include <bluetooth/bluetooth.h> 59 53 #endif 60 54
Note: See TracChangeset
for help on using the changeset viewer.