diff options
author | spiff <spiff@xbmc.org> | 2011-01-19 15:27:16 +0100 |
---|---|---|
committer | spiff <spiff@xbmc.org> | 2011-01-19 15:31:38 +0100 |
commit | d40f1b7bf2da4c372b0a9c15e811437e584c42a1 (patch) | |
tree | 3e4219eb496d240f4a178ecf482f1af226a94822 /tools/EventClients | |
parent | 374ef9661cd24994868fe615e3e75723ba3a0349 (diff) |
fixed: apparently cwiid doesn't pull the bluetooth library properly on
all distros (ubuntu 11.04 in this case). thus link to it explicitly.
part of ticket #11083 - thanks to sitzm
Diffstat (limited to 'tools/EventClients')
-rw-r--r-- | tools/EventClients/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/EventClients/Makefile b/tools/EventClients/Makefile index 78dd80867a..7460851e67 100644 --- a/tools/EventClients/Makefile +++ b/tools/EventClients/Makefile @@ -8,7 +8,7 @@ wiimote: Clients/WiiRemote/WiiRemote Clients/WiiRemote/WiiRemote: cd Clients/WiiRemote && \ - $(CXX) $(CXXFLAGS) $(LDFLAGS) CWIID_WiiRemote.cpp -lcwiid -DICON_PATH="\"$(datarootdir)/pixmaps/xbmc/\"" $(WII_EXTRA_OPTS) -o WiiRemote + $(CXX) $(CXXFLAGS) $(LDFLAGS) CWIID_WiiRemote.cpp -lcwiid -lbluetooth -DICON_PATH="\"$(datarootdir)/pixmaps/xbmc/\"" $(WII_EXTRA_OPTS) -o WiiRemote j2me-remote: cd Clients/J2ME\ Client |