aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.mk
AgeCommit message (Collapse)Author
2016-12-15remove autotools buildsystemnotspiff
2016-03-04 bootstrap.mk pointing to lib/libdvd/libdvdreadfrace
Current git master fails to build due to bootstrap.mk still pointing to lib/libdvd/libdvdread. Related: + http://trac.kodi.tv/ticket/16616#no2 + https://bugs.gentoo.org/show_bug.cgi?id=576252
2015-09-04remove visualizations fishbmc, goom, milkdrop, projectm, spectrum, vortex ↵wsnipex
and waveform from tree
2015-09-04remove rsxs from treewsnipex
2015-03-18[bootstrap.mk] change configure.in -> configure.acuNiversaI
Fix warnings during compile, that configure.in is deprecated.
2014-12-16Revert "change xbmc/ path to src/ in all files"Rainer Hochecker
This reverts commit 4949be256667f3e500e52b7084476ae1f2b00d92.
2014-12-15change xbmc/ path to src/ in all filesFneufneu
2012-10-05[linux] remove remaining references to libid3tag/libapetagmontellese
2012-09-20build: bootstrap overhaulCory Fields
Put an end to the constant autoreconfs when switching branches. Use make to determine when bootstrapping for xbmc and subprojects needs to happen (hint: rarely). bootstrapping can now be done in parallel, but I didn't obseve much (any?) speed increase. Also allows for easier skipping of reconfigures for minor/cosmetic configure.in changes. This should be transparent to users, other than the fact that it's much faster. Same build procedure as always: ./bootstrap && ./configure && make