diff --git a/packages/mediacenter/xbmc-pvr/build b/packages/mediacenter/xbmc-pvr/build index cfe8d68734..9e05a32f46 100755 --- a/packages/mediacenter/xbmc-pvr/build +++ b/packages/mediacenter/xbmc-pvr/build @@ -115,14 +115,14 @@ cd $PKG_BUILD # autoreconf do_autoreconf + do_autoreconf lib/libid3tag/libid3tag + do_autoreconf xbmc/screensavers/rsxs-0.9 + do_autoreconf lib/libapetag do_autoreconf lib/cpluff # order matters with libdvd and friends [ -d lib/libdvd/libdvdcss ] && do_autoreconf lib/libdvd/libdvdcss do_autoreconf lib/libdvd/libdvdread 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 find . -depth -type d -name "autom4te.cache" -exec rm -rf {} \;