supertuxkart-sourceforge-migration / stk-migration-test

0 stars 0 forks source link

bluetooth support unconditionally built #791

Open supertuxkart-sourceforge-migration opened 10 years ago

supertuxkart-sourceforge-migration commented 10 years ago

Author: dimstar

Seems bluetooth support (wii support) is built without verifying if the bluetooth headers are available.

This resulted in my first tests in a build failure too far down in the build

If this is mandatory, it is expected that CMake verifies on it's presence and aborts at before actually building the code or bluetooth support is disabled if not detected.

Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/1112