/debian/xbmc

To get this branch, use:
bzr branch /bzr/debian/xbmc

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Michael Gorven
  • Date: 2012-08-03 20:12:28
  • Revision ID: mgorven@nimbula.com-20120803181228-g51d23tejw1euhio
Enable more features.

Show diffs side-by-side

added added

removed removed

37
37
endif
38
38
 
39
39
ifneq (,$(filter armhf,$(DEB_HOST_ARCH)))
40
 
ARCH_SPECIFIC_OPTIONS += --with-platform=raspberry-pi --disable-x11 --disable-sdl --disable-goom --disable-hal --disable-pulse --disable-vaapi --disable-vdpau --disable-xrandr --enable-airplay --disable-alsa --disable-libbluray --disable-optical-drive --disable-joystick --enable-mid --disable-projectm --enable-rsxs --enable-afpclient --disable-external-ffmpeg
 
40
ARCH_SPECIFIC_OPTIONS += --with-platform=raspberry-pi --disable-x11 --disable-sdl --disable-vaapi --disable-vdpau --disable-xrandr --enable-airplay --disable-libbluray --disable-optical-drive --enable-mid --enable-rsxs --enable-afpclient --disable-external-ffmpeg --enable-non-free
41
41
DEB_CFLAGS:="-I/opt/vc/include:/opt/vc/include/interface/vcos/pthreads"
42
42
DEB_CXXFLAGS:="-I/opt/vc/include:/opt/vc/include/interface/vcos/pthreads"
43
43
endif