diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-10-11 00:39:21 +0200 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-10-11 00:59:58 +0200 |
commit | 4f2c2b68ba04c6cc041d13f47583940759e97693 (patch) | |
tree | 0f7271cc439be2c75b52691add41589edb1b0f37 /bootstrap | |
parent | c4927115ea390991ec91997b1a10f5cc2b240b8c (diff) |
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
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ autoreconf -vif lib/cpluff autoreconf -vif lib/libdvd/libdvdread autoreconf -vif lib/libdvd/libdvdnav +# remove the following line if we're keeping a permanent copy in our tree +make -f Makefile.in -C lib/libcec download +autoreconf -vif lib/libcec/libcec + # Clean the generated files find . -depth -type d -name "autom4te.cache" -exec rm -rf {} \; |