Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 26, 2013, 9:38:24 PM (10 years ago)
Author:
smerkli
Message:

Fixed the ugly bluetooth hack into one that's a little less ugly:
now the only place the path has to be specified is FindBluetooth.cmake.
Kudos to reto for pointing me in the right direction.

File:
1 edited

Legend:

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

    r9827 r9830  
    5050#ifndef __APPLE__
    5151        #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>
    5953#endif
    6054
Note: See TracChangeset for help on using the changeset viewer.