xbmc: only for x86; unbreak build.
This commit is contained in:
parent
9de41c9463
commit
10099e8cd2
1 changed files with 3 additions and 2 deletions
|
@ -12,6 +12,7 @@ checksum=3e15c960d034efdea5f92a7b74716cb48094842d077b076025fd8640754ede73
|
|||
|
||||
lib32disabled=yes
|
||||
broken_as_needed=yes
|
||||
only_for_archs="i686 x86_64"
|
||||
|
||||
# XXX add support for webserver (microhttpd), afp and libcec.
|
||||
hostmakedepends="
|
||||
|
@ -34,12 +35,12 @@ depends="libbluray libmad libogg libcurl libflac libmodplug libass libmpeg2 lame
|
|||
depends+=" glxinfo udisks2 upower hicolor-icon-theme desktop-file-utils"
|
||||
|
||||
pre_configure() {
|
||||
. /etc/profile.d/jre.sh
|
||||
. /etc/profile.d/java.sh
|
||||
./bootstrap
|
||||
}
|
||||
|
||||
do_configure() {
|
||||
. /etc/profile.d/jre.sh
|
||||
. /etc/profile.d/java.sh
|
||||
# fix lsb_release dependency
|
||||
sed -i -e 's:/usr/bin/lsb_release -d:/bin/true:' xbmc/utils/SystemInfo.cpp
|
||||
|
||||
|
|
Loading…
Reference in a new issue