mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
xbmc-dharma: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
582da79e61
commit
36682c7ca7
@ -84,9 +84,13 @@ fi
|
|||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
|
||||||
./bootstrap
|
do_autoreconf
|
||||||
|
do_autoreconf lib/cpluff
|
||||||
$AUTORECONF xbmc/lib/libid3tag/libid3tag
|
[ -d lib/libass ] && do_autoreconf lib/libass
|
||||||
|
[ -d xbmc/cores/dvdplayer/Codecs/libdvd/libdvdcss ] && do_autoreconf xbmc/cores/dvdplayer/Codecs/libdvd/libdvdcss
|
||||||
|
do_autoreconf xbmc/cores/dvdplayer/Codecs/libdvd/libdvdread
|
||||||
|
do_autoreconf xbmc/cores/dvdplayer/Codecs/libdvd/libdvdnav
|
||||||
|
do_autoreconf xbmc/lib/libid3tag/libid3tag
|
||||||
|
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
|
@ -13,6 +13,8 @@ PKG_SHORTDESC="xbmc: XBMC Mediacenter"
|
|||||||
PKG_LONGDESC="XBMC Media Center (which was formerly named Xbox Media Center) is a free and open source cross-platform media player and home entertainment system software with a 10-foot user interface designed for the living-room TV. Its graphical user interface allows the user to easily manage video, photos, podcasts, and music from a computer, optical disk, local network, and the internet using a remote control."
|
PKG_LONGDESC="XBMC Media Center (which was formerly named Xbox Media Center) is a free and open source cross-platform media player and home entertainment system software with a 10-foot user interface designed for the living-room TV. Its graphical user interface allows the user to easily manage video, photos, podcasts, and music from a computer, optical disk, local network, and the internet using a remote control."
|
||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
|
|
||||||
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
if [ "$FAAC_SUPPORT" = yes ]; then
|
if [ "$FAAC_SUPPORT" = yes ]; then
|
||||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS faac"
|
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS faac"
|
||||||
PKG_DEPENDS="$PKG_DEPENDS faac"
|
PKG_DEPENDS="$PKG_DEPENDS faac"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user