/[packages]/cauldron/xbmc/current/SOURCES/xbmc-wiiremote-link-bluetooth.patch
ViewVC logotype

Contents of /cauldron/xbmc/current/SOURCES/xbmc-wiiremote-link-bluetooth.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 176796 - (show annotations) (download)
Mon Dec 5 05:01:10 2011 UTC (12 years, 3 months ago) by anssi
File size: 639 byte(s)
- link wiiremote eventclient with -lbluetooth (link-bluetooth.patch,
  fixes build)
- fix some cases of libpng15 being used instead of libpng12, causing
  XBMC to fail to start due to conflicts between libpng12 and libpng15
  as some parts were built against libpng12 (as they do not build with
  libpng15)

1 Index: xbmc-10.1/tools/EventClients/Makefile
2 ===================================================================
3 --- xbmc-10.1/tools/EventClients/Makefile
4 +++ xbmc-10.1/tools/EventClients/Makefile 2011-12-05 06:34:04.845399685 +0200
5 @@ -8,7 +8,7 @@
6
7 Clients/WiiRemote/WiiRemote:
8 cd Clients/WiiRemote && \
9 - $(CXX) $(CXXFLAGS) $(LDFLAGS) CWIID_WiiRemote.cpp -lcwiid -DICON_PATH="\"$(datarootdir)/pixmaps/xbmc/\"" $(WII_EXTRA_OPTS) -o WiiRemote
10 + $(CXX) $(CXXFLAGS) $(LDFLAGS) CWIID_WiiRemote.cpp -lcwiid -lbluetooth -DICON_PATH="\"$(datarootdir)/pixmaps/xbmc/\"" $(WII_EXTRA_OPTS) -o WiiRemote
11
12 j2me-remote:
13 cd Clients/J2ME\ Client

  ViewVC Help
Powered by ViewVC 1.1.30