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/io.h

    r9812 r9827  
    3838#define CONNECT_H_INCLUDED
    3939
    40 #ifdef LINUX
    41 //#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/bluetooth.h"
    42 #include "/usr/include/bluetooth/bluetooth.h"
    43 #endif
     40/* This is not required, wiic_internal already includes bluetooth. */
     41//#ifdef LINUX
     42////#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/bluetooth.h"
     43        //#include <bluetooth.h>
     44//#endif
    4445
    4546#include "wiic_internal.h"
Note: See TracChangeset for help on using the changeset viewer.