xbmc-pvr: fix build

This commit is contained in:
Gujs 2011-05-22 21:22:40 +02:00
parent e9f613a3b9
commit bd49dcd623

View File

@ -120,6 +120,9 @@ cd $PKG_BUILD
[ -d lib/libdvd/libdvdcss ] && do_autoreconf lib/libdvd/libdvdcss [ -d lib/libdvd/libdvdcss ] && do_autoreconf lib/libdvd/libdvdcss
do_autoreconf lib/libdvd/libdvdread do_autoreconf lib/libdvd/libdvdread
do_autoreconf lib/libdvd/libdvdnav do_autoreconf lib/libdvd/libdvdnav
do_autoreconf lib/libid3tag/libid3tag
do_autoreconf xbmc/screensavers/rsxs-0.9
do_autoreconf lib/libapetag
# Clean the generated files # Clean the generated files
find . -depth -type d -name "autom4te.cache" -exec rm -rf {} \; find . -depth -type d -name "autom4te.cache" -exec rm -rf {} \;