Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 25, 2013, 5:27:23 PM (10 years ago)
Author:
smerkli
Message:

Tried a few fixes to get Bluetooth to be included
properly, but no success so far. Will have to ask someone
who knows more about our CMake setup for this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/wiimote/src/external/wiicpp/wiic/wiic.h

    r9812 r9827  
    4848#else
    4949        /* nix */
    50         //#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/bluetooth.h"
    51         #include "/usr/include/bluetooth/bluetooth.h"
     50/* SANDRO HACK can't get bluetooth to work properly at the moment, will come
     51 * back here and fix this very ugly inclusion as soon as I get to grips with
     52 * cmake.
     53 */
     54//      #include "bluetooth/bluetooth.h"
     55//      #include <bluetooth.h>
     56        #include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/bluetooth.h"
    5257#endif
    5358
Note: See TracChangeset for help on using the changeset viewer.