~phatforge/xbmc/master

« back to all changes in this revision

Viewing changes to bootstrap

  • Committer: Lars Op den Kamp
  • Date: 2011-10-10 22:59:58 UTC
  • Revision ID: git-v1:4f2c2b68ba04c6cc041d13f47583940759e97693
cec: use libcec as an internal lib and fetch it in "bootstrap". added --enable-external-libcec option to configure.
to keep a permanent copy, remove "make download" from bootstrap
to change the location of the tarball to another mirror, change lib/libcec/Makefile.in

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
autoreconf -vif lib/libdvd/libdvdread
15
15
autoreconf -vif lib/libdvd/libdvdnav
16
16
 
 
17
# remove the following line if we're keeping a permanent copy in our tree
 
18
make -f Makefile.in -C lib/libcec download
 
19
autoreconf -vif lib/libcec/libcec
 
20
 
17
21
# Clean the generated files
18
22
find . -depth -type d -name "autom4te.cache" -exec rm -rf {} \;
19
23